signup function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username varchar(255) NOT NULL,
|
||||
username varchar(255) UNIQUE NOT NULL,
|
||||
password bytea
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user