Add base server
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
-- Create table
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR(30) NOT NULL,
|
||||
email VARCHAR(255) NOT NULL,
|
||||
password VARCHAR NULL,
|
||||
reset_password_token VARCHAR(150) NULL,
|
||||
|
Reference in New Issue
Block a user