CREATE TABLE `sharing_limits` ( `key` text PRIMARY KEY NOT NULL, `started_at` integer NOT NULL, `count` integer NOT NULL );