mm
2 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
CREATE TABLE IF NOT EXISTS "user" ( |
||||
|
id SERIAL PRIMARY KEY, |
||||
|
username VARCHAR(64) UNIQUE NOT NULL, |
||||
|
password_hash VARCHAR(128) NOT NULL |
||||
|
); |
Loading…
Reference in new issue