42
43
LEX_STRING comment; /**< A comment for this field */
43
44
Item *def; /**< Default value for the new field */
44
45
enum enum_field_types sql_type; /**< The data type of the new field */
52
47
* At various stages in execution this can be length of field in bytes or
53
48
* max number of characters.