Table: nornix_system.docconttype

Structure
NameTypeNullKeyDefaultExtraComment
DocumentTypeNoint(10) unsignedNOPRI0
ContentTypeNoint(10) unsignedNOPRI0
Indexes
Non-uniqueKeySeqColumnCollationCardinalitySub partPackedNullTypeComment
0DocCont2ContentTypeNoA18BTREE
Information
EngineRow formatTable collationCreate options
MyISAMFixedutf8_general_cipack_keys=1 row_format=FIXED
CREATE TABLE `docconttype` (
  `DocumentTypeNo` int(10) unsigned NOT NULL default '',
  `ContentTypeNo` int(10) unsigned NOT NULL default '',
  UNIQUE KEY `DocCont` (`DocumentTypeNo`,`ContentTypeNo`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=1 ROW_FORMAT=FIXED