bool db_rename_field (string tablename, string currentname, string newname)
Renames a field in a table.
Arguments
tablename is the name of the table that will be affected.
currentname is the current
name of the field (column).
newname is the name that will be given
to the field.
Result
The function returns TRUE if successful or FALSE otherwise.
Example
|
See also