Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created November 25, 2012 14:03
Show Gist options
  • Save kylejohnson/4143655 to your computer and use it in GitHub Desktop.
Save kylejohnson/4143655 to your computer and use it in GitHub Desktop.
+-----------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------+-------------+------+-----+---------+----------------+
| StatID | int(11) | NO | PRI | NULL | auto_increment |
| SensorID | tinyint(4) | NO | MUL | NULL | |
| StatDate | varchar(20) | YES | | NULL | |
| StatValue | varchar(5) | YES | | NULL | |
+-----------+-------------+------+-----+---------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment