Skip to content

Instantly share code, notes, and snippets.

@nsuan
Created January 21, 2013 20:52
Show Gist options
  • Save nsuan/4589260 to your computer and use it in GitHub Desktop.
Save nsuan/4589260 to your computer and use it in GitHub Desktop.
+-------------+-----------+------+-----+-------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-----------+------+-----+-------------------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| sandbox_id | int(11) | YES | UNI | NULL | |
| threat_id | int(11) | YES | MUL | NULL | |
| processed | int(11) | YES | MUL | 0 | |
| last_update | timestamp | NO | | CURRENT_TIMESTAMP | |
+-------------+-----------+------+-----+-------------------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment