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