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