Updated user scheme
Forgot password and username
This commit is contained in:
@@ -2,5 +2,7 @@ CREATE TABLE users (
|
||||
id SMALLINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
name VARCHAR(30),
|
||||
firstname VARCHAR(30),
|
||||
username VARCHAR(30),
|
||||
passwd TEXT,
|
||||
is_admin BOOLEAN NOT NULL DEFAULT false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user