Rework some code issues
This commit is contained in:
2
migrations/20251113124629_initial.down.sql
Normal file
2
migrations/20251113124629_initial.down.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Add down migration script here
|
||||
DROP TABLE games;
|
||||
@ -1,4 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS games(
|
||||
-- Add up migration script here
|
||||
|
||||
CREATE TABLE games(
|
||||
id SERIAL PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
publishing_house TEXT NOT NULL,
|
||||
Reference in New Issue
Block a user