-
Notifications
You must be signed in to change notification settings - Fork 225
Notes
jbc22 edited this page Nov 1, 2011
·
1 revision
+------------+------------------+------+-----+---------+----------------+ | 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 | | +------------+------------------+------+-----+---------+----------------+