Mega Code Archive

 
Categories / MySQL Tutorial / Data Dictionary
 

Help_topic

mysql> desc help_topic; +------------------+----------------------+------+-----+---------+-------+ | Field            | Type                 | Null | Key | Default | Extra | +------------------+----------------------+------+-----+---------+-------+ | help_topic_id    | int(10) unsigned     | NO   | PRI |         |       | | name             | char(64)             | NO   | UNI |         |       | | help_category_id | smallint(5) unsigned | NO   |     |         |       | | description      | text                 | NO   |     |         |       | | example          | text                 | NO   |     |         |       | | url              | char(128)            | NO   |     |         |       | +------------------+----------------------+------+-----+---------+-------+ 6 rows in set (0.02 sec)