mysql> desc help_keyword;
+-----------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| help_keyword_id | int(10) unsigned | NO | PRI | | |
| name | char(64) | NO | UNI | | |
+-----------------+------------------+------+-----+---------+-------+
2 rows in set (0.02 sec)
mysql> use test
Database changed
|