Issues vscode rreading errors
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username VARCHAR(255) UNIQUE NOT NULL,
|
||||
password_hash TEXT NOT NULL
|
||||
);
|
||||
password TEXT NOT NULL,
|
||||
created TIMESTAMPTZ NOT NULL,
|
||||
email VARCHAR(255),
|
||||
last_login TIMESTAMPTZ,
|
||||
owner INTEGER
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user