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

describe opt;

+-----------+---------+------+-----+---------+-------+
| Field     | Type    | Null | Key | Default | Extra |
+-----------+---------+------+-----+---------+-------+
| sid       | int(11) | NO   | PRI | NULL    |       |
| cid       | int(11) | NO   | PRI | NULL    |       |
| optid     | int(11) | NO   | PRI | NULL    |       |
| opt_proto | int(11) | YES  |     | NULL    |       |
| opt_code  | int(11) | YES  |     | NULL    |       |
| opt_len   | int(11) | YES  |     | NULL    |       |
| opt_data  | text    | YES  |     | NULL    |       |
+-----------+---------+------+-----+---------+-------+

Back to Database Schema

Back to Snorby E-Book

Clone this wiki locally