first
This commit is contained in:
5
schema.sql
Executable file
5
schema.sql
Executable file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username VARCHAR(255) UNIQUE NOT NULL,
|
||||
password_hash TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user