Engine: | MyISAM |
Row format: | 9 |
Rows: | Dynamic |
Avg row length: | 359 |
Data length: | 20 |
Max data length: | 7512 |
Index length: | 4294967295 |
Data free: | 12288 |
Auto increment: | 0 |
Create time: | |
Update time: | 2006/19/07/2006 |
Check time: | 2006/19/07/2006 |
Create_options: | |
Comment: | utf8_general_ci |
Name | Data Type | NULL | Default | ||
|
help_keyword_id | int(10) unsigned |
|
PRI | |
|
name | varchar(64) |
|
UNI |
Name | Primary | Unique | |
|
PRIMARY |
|
|
|
name |
|
|
CREATE TABLE `help_keyword` (
`help_keyword_id` int(10) unsigned NOT NULL default '0',
`name` varchar(64) NOT NULL default '',
PRIMARY KEY (`help_keyword_id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help keywords'
See Also
List of tables