29
29
* Basically, all information for a new or altered field
30
30
* definition is contained in the Create_field class.
35
35
const char *field_name; /**< Name of the field to be created */
36
36
const char *change; /**< If done with alter table */
37
37
const char *after; /**< Put this new Field after this Field */
39
39
Item *def; /**< Default value for the new field */
40
40
enum_field_types sql_type; /**< The data type of the new field */