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