Setup Auth DB
This commit is contained in:
0
database/migrations/.gitkeep
Normal file
0
database/migrations/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE users
|
||||
5
database/migrations/2020-07-08-000046_setup_auth/up.sql
Normal file
5
database/migrations/2020-07-08-000046_setup_auth/up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id INT PRIMARY KEY AUTOINCREMENT,
|
||||
username TEXT NOT NULL,
|
||||
password TEXT NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user