Table: nornix_system.handlercategory

Structure
NameTypeNullKeyDefaultExtraComment
Noint(10) unsignedNOPRIauto_increment
Namevarchar(48)NO
Indexes
Non-uniqueKeySeqColumnCollationCardinalitySub partPackedNullTypeComment
0PRIMARY1NoA3BTREE
Information
EngineRow formatTable collationCreate options
MyISAMDynamicutf8_general_ci
CREATE TABLE `handlercategory` (
  `No` int(10) unsigned NOT NULL auto_increment,
  `Name` varchar(48) NOT NULL,
  PRIMARY KEY  (`No`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8