Table: nornix_system.handler
Structure Name | Type | Null | Key | Default | Extra | Comment |
---|
CategoryNo | int(10) unsigned | NO | | 0 | | |
---|
Name | varchar(64) | NO | PRI | | | |
---|
DescNo | int(10) unsigned | YES | | | | |
---|
IndexesNon-unique | Key | Seq | Column | Collation | Cardinality | Sub part | Packed | Null | Type | Comment |
---|
0 | CategoryName | 1 | Name | A | 53 | | | | BTREE | |
InformationEngine | Row format | Table collation | Create options |
---|
MyISAM | Dynamic | utf8_general_ci | |
CREATE TABLE `handler` (
`CategoryNo` int(10) unsigned NOT NULL default '',
`Name` varchar(64) NOT NULL,
`DescNo` int(10) unsigned default NULL,
UNIQUE KEY `CategoryName` (`Name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8