Add other db tables
This commit is contained in:
1
migrations/000008_create_conditions/down.sql
Normal file
1
migrations/000008_create_conditions/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE conditions;
|
||||
3
migrations/000008_create_conditions/up.sql
Normal file
3
migrations/000008_create_conditions/up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS conditions (
|
||||
id INTEGER GENERATED ALWAYS AS IDENTITY
|
||||
);
|
||||
Reference in New Issue
Block a user