Properties

Engine: MyISAM 
Row format:
Rows: Fixed 
Avg row length: 644 
Data length:
Max data length: 5796 
Index length: 38654705663 
Data free: 11264 
Auto increment:
Create time:  
Update time: 2006/19/07/2006 
Check time: 2006/19/07/2006 
Create_options:  
Comment: utf8_general_ci 

Columns

Name Data Type NULL Default
    help_topic_id  int(10) unsigned    PRI 
    help_keyword_id  int(10) unsigned    PRI 
Total: 2 column(s)

Indexes

Name Primary Unique
  PRIMARY     
Total: 1 indexes(s)

SQL

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