minesweeper/backend/drizzle/0001_breezy_martin_li.sql

11 lines
237 B
SQL

CREATE TABLE `collection` (
`user` text PRIMARY KEY NOT NULL,
`collection` blob NOT NULL
);
--> statement-breakpoint
CREATE TABLE `gems` (
`user` text PRIMARY KEY NOT NULL,
`count` integer NOT NULL,
`totalCount` integer NOT NULL
);