First commit
This commit is contained in:
6
flyway/sql/V1___initial_schema.sql
Normal file
6
flyway/sql/V1___initial_schema.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username VARCHAR(255) UNIQUE,
|
||||
password CHAR(60)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user