Finally finished the massive refactor... transitions still broke but it's fine for now.
This commit is contained in:
5
private/database/queries/create/CreateFormatsTable.sql
Normal file
5
private/database/queries/create/CreateFormatsTable.sql
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS "Formats" (
|
||||
"id" BIGSERIAL NOT NULL PRIMARY KEY,
|
||||
"name" TEXT NOT NULL,
|
||||
"gameId" BIGSERIAL NOT NULL
|
||||
);
|
Reference in New Issue
Block a user