Skip to content

Instantly share code, notes, and snippets.

Created April 6, 2014 20:55
Show Gist options
  • Save anonymous/10011359 to your computer and use it in GitHub Desktop.
Save anonymous/10011359 to your computer and use it in GitHub Desktop.
database.txt
+------------+------------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------------------+----------------+
| id | int(11) unsigned | NO | PRI | NULL | auto_increment |
| nome | varchar(100) | NO | MUL | NULL | |
| telefone | varchar(10) | NO | UNI | NULL | |
| email | varchar(50) | YES | MUL | NULL | |
| created_at | datetime | NO | | 0000-00-00 00:00:00 | |
+------------+------------------+------+-----+---------------------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment