modified: SRC/init/table.sql

This commit is contained in:
sidya82 2015-02-15 06:05:45 +01:00
parent c8a367ed07
commit ba7b40bb5f
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ CREATE TABLE users (
password VARCHAR(255),
email VARCHAR(50),
image VARCHAR(255),
remember_token VARCHAR(100),
admin INT(1) DEFAULT 0,
PRIMARY KEY (id)
);