Skip to content
jbc22 edited this page Oct 26, 2011 · 2 revisions

describe classifications;

+--------------+------------------+------+-----+---------+----------------+
| Field        | Type             | Null | Key | Default | Extra          |
+--------------+------------------+------+-----+---------+----------------+
| id           | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| name         | varchar(50)      | YES  |     | NULL    |                |
| description  | text             | YES  |     | NULL    |                |
| hotkey       | int(11)          | YES  | MUL | NULL    |                |
| locked       | tinyint(1)       | YES  | MUL | 0       |                |
| events_count | int(11)          | YES  | MUL | 0       |                |
+--------------+------------------+------+-----+---------+----------------+

Back to Database Schema

Back to Snorby E-Book

Clone this wiki locally