feat: got sqlc to work
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
CREATE TABLE IF NOT EXISTS "users" (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
username VARCHAR(20) UNIQUE NOT NULL,
|
||||
banned BOOLEAN NOT NULL,
|
||||
verified BOOLEAN,
|
||||
banned BOOLEAN,
|
||||
registration_date TIMESTAMP NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user