help_topic : help_topic « Data Dictionary « MySQL Tutorial






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)








25.6.help_topic
25.6.1.help_topic