help_category : Help_category : Data Dictionary MySQL TUTORIALS


MySQL TUTORIALS » Data Dictionary » Help_category »

 

help_category


mysql>
mysql> desc help_category;
+--------------------+----------------------+------+-----+---------+-------+
| Field              | Type                 | Null | Key | Default | Extra |
+--------------------+----------------------+------+-----+---------+-------+
| help_category_id   | smallint(5unsigned | NO   | PRI |         |       |
| name               | char(64)             | NO   | UNI |         |       |
| parent_category_id | smallint(5unsigned | YES  |     | NULL    |       |
| url                | char(128)            | NO   |     |         |       |
+--------------------+----------------------+------+-----+---------+-------+
rows in set (0.01 sec)

mysql>
mysql> use test
Database changed



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Dictionary
» Help_category