Refactored into service directory
This commit is contained in:
3
service/migrations/000006_create_items/up.sql
Normal file
3
service/migrations/000006_create_items/up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS items (
|
||||
id INTEGER GENERATED ALWAYS AS IDENTITY
|
||||
);
|
||||
Reference in New Issue
Block a user