Skip to content
jbc22 edited this page Nov 1, 2011 · 1 revision

describe notes;

+------------+------------------+------+-----+---------+----------------+
| Field      | Type             | Null | Key | Default | Extra          |
+------------+------------------+------+-----+---------+----------------+
| id         | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| sid        | int(11)          | YES  | MUL | NULL    |                |
| cid        | int(11)          | YES  | MUL | NULL    |                |
| user_id    | int(11)          | YES  | MUL | NULL    |                |
| body       | text             | YES  |     | NULL    |                |
| created_at | datetime         | NO   |     | NULL    |                |
| updated_at | datetime         | NO   |     | NULL    |                |
+------------+------------------+------+-----+---------+----------------+

Back to Database Schema

Back to Snorby E-Book

Clone this wiki locally