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