Table: nornix_system.classattrsuper

Structure
NameTypeNullKeyDefaultExtraComment
SuperclassNoint(10) unsignedNO0
ClassAttributeNoint(10) unsignedNO0
Information
EngineRow formatTable collationCreate options
MyISAMDynamicutf8_general_cichecksum=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