Golang migrator added. Need switch to gooos.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS users;
|
||||
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXIST users(
|
||||
id UUID PRIMARY KEY,
|
||||
name VARCHAR(50) NOT NULL,
|
||||
password VARCHAR(50) NOT NULL,
|
||||
email VARCHAR(300) UNIQUE NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user