bool db_edit_field (string tablename, string field, string type)
Edits a field attribute in a table.
Arguments
tablename is the name of the table that will be affected.
field is the name of field (column).
type is the new attribute of the field.
Result
The function returns TRUE if successful or FALSE otherwise.
Example
|
See also