| Engine: | MyISAM |
| Row format: | 9 |
| Rows: | Fixed |
| Avg row length: | 644 |
| Data length: | 9 |
| Max data length: | 5796 |
| Index length: | 38654705663 |
| Data free: | 11264 |
| 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_topic_id | int(10) unsigned |
|
PRI | |
|
|
help_keyword_id | int(10) unsigned |
|
PRI |
| Name | Primary | Unique | |
|
|
PRIMARY |
|
|
CREATE TABLE `help_relation` (
`help_topic_id` int(10) unsigned NOT NULL default '0',
`help_keyword_id` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`help_keyword_id`,`help_topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='keyword-topic relation'
See Also
List of tables