CREATE TABLE IF NOT EXISTS "Games" ( "id" BIGSERIAL NOT NULL PRIMARY KEY, "name" TEXT NOT NULL UNIQUE );