Advertisement
Guest User

Untitled

a guest
Nov 16th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. +-----+---------------+---------------------+-----------------+---------+------------------+----------------+
  2. | | Field name | Type | Allow nulls? | Key | Default value | Extras |
  3. +-----+---------------+---------------------+-----------------+---------+------------------+----------------+
  4. | | uid | bigint(20) unsigned | No | Primary | NULL | auto_increment |
  5. | | username | varchar(36) | No | None | | |
  6. | | email | varchar(255) | No | None | | |
  7. | | confirmed | tinyint(1) | No | None | 0 | |
  8. | | password | varchar(255) | No | None | | |
  9. | | gold | tinyint(1) unsigned | No | None | 0 | |
  10. +-----+---------------+---------------------+-----------------+---------+------------------+----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement