Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.
Steve Phillips edited this page May 5, 2014 · 1 revision

DB Schemas and Discussion

The devices table already exists (Ray created it).

mysql> describe devices;
+-------+--------------+------+-----+---------+----------------+
| Field | Type         | Null | Key | Default | Extra          |
+-------+--------------+------+-----+---------+----------------+
| ID    | int(11)      | NO   | PRI | NULL    | auto_increment |
| Name  | varchar(100) | NO   |     | NULL    |                |
+-------+--------------+------+-----+---------+----------------+
Clone this wiki locally