help_topic : Help_topic : Data Dictionary MySQL TUTORIALS


MySQL TUTORIALS » Data Dictionary » Help_topic »

 

help_topic


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



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Dictionary
» Help_topic