add root template
This commit is contained in:
parent
eb1bb7309a
commit
26de7b3cc4
10 changed files with 141 additions and 21 deletions
|
@ -2,6 +2,7 @@ CREATE TABLE users (
|
|||
id SERIAL PRIMARY KEY,
|
||||
username TEXT NOT NULL UNIQUE,
|
||||
password TEXT NOT NULL,
|
||||
role INTEGER NOT NULL,
|
||||
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
last_active TIMESTAMPTZ NOT NULL DEFAULT now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue