Update:
This commit is contained in:
parent
77c2eb972d
commit
2512f8e312
5 changed files with 23 additions and 11 deletions
|
|
@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS users
|
|||
(
|
||||
id serial PRIMARY KEY,
|
||||
email character varying(320) NOT NULL,
|
||||
nickname character varying(50) NOT NULL
|
||||
hash_pass bytea NOT NULL,
|
||||
salt bytea NOT NULL,
|
||||
is_admin boolean NOT NULL DEFAULT FALSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue