desc | {'NOT_NULL': (1, "Field can't be NULL"), 'PRI_KEY': (2, 'Field is part of a primary key'), 'UNIQUE_KEY': (4, 'Field is part of a unique key'), 'MULTIPLE_KEY': (8, 'Field is part of a key'), 'BLOB': (16, 'Field is a blob'), 'UNSIGNED': (32, 'Field is unsigned'), 'ZEROFILL': (64, 'Field is zerofill'), 'BINARY': (128, 'Field is binary '), 'ENUM': (256, 'field is an enum'), 'AUTO_INCREMENT': (512, 'field is a autoincrement field'), 'TIMESTAMP': (1024, 'Field is a timestamp'), 'SET': (2048, 'field is a set'), 'NO_DEFAULT_VALUE': (4096, "Field doesn't have default value"), 'ON_UPDATE_NOW': (8192, 'Field is set to NOW on UPDATE'), 'NUM': (16384, 'Field is num (for clients)'), 'PART_KEY': (32768, 'Intern; Part of some key'), 'GROUP': (16384, 'Intern: Group field'), 'UNIQUE': (65536, 'Intern: Used by sql_yacc'), 'BINCMP': (131072, 'Intern: Used by sql_yacc'), 'GET_FIXED_FIELDS': (262144, 'Used to get fields in item tree'), 'FIELD_IN_PART_FUNC': (524288, 'Field part of partition func'), 'FIELD_IN_ADD_INDEX': (1048576, 'Intern: Field used in ADD INDEX'), 'FIELD_IS_RENAMED': (2097152, 'Intern: Field is being renamed')} |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :