Skip to content

Instantly share code, notes, and snippets.

@orourkek
Created May 8, 2012 16:29
Show Gist options
  • Save orourkek/c6456a6eee34907c3a5b to your computer and use it in GitHub Desktop.
Save orourkek/c6456a6eee34907c3a5b to your computer and use it in GitHub Desktop.
+--------------+-----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+-----------------------+------+-----+---------+----------------+
| rank_id | mediumint(8) unsigned | NO | PRI | NULL | auto_increment |
| rank_title | varchar(255) | NO | | | |
| rank_min | mediumint(8) unsigned | NO | | 0 | |
| rank_special | tinyint(1) unsigned | NO | | 0 | |
| rank_image | varchar(255) | NO | | | |
+--------------+-----------------------+------+-----+---------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment