Table: nornix_system.classattrsuper
Structure Name | Type | Null | Key | Default | Extra | Comment |
---|
SuperclassNo | int(10) unsigned | NO | | 0 | | |
---|
ClassAttributeNo | int(10) unsigned | NO | | 0 | | |
---|
InformationEngine | Row format | Table collation | Create options |
---|
MyISAM | Dynamic | utf8_general_ci | checksum=1 delay_key_write=1 row_format=DYNAMIC |
CREATE TABLE `classattrsuper` (
`SuperclassNo` int(10) unsigned NOT NULL default '',
`ClassAttributeNo` int(10) unsigned NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC