Edits a field attribute in a table.
bool db_edit_field(string tablename, string field, string type)
The function returns TRUE if successful or FALSE otherwise.
// Edit the attribute of the field "telefon" in mytable
$result = db_edit_field("mytable", "telefon", "TEXT");