Advertisement
carbonize

Auth table

Oct 20th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. user_id smallint(3) auto increment NOT NULL
  2. username varchar(32) NOT NULL
  3. password char(64) NOT NULL
  4. session_id varchar(32) NOT NULL
  5. failed_logins tinyint(1) NOT NULL
  6. last_seen int(10) NOT NULL
  7. salt char(5) NOT NULL
  8. user_level tinyint(1) NOT NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement