CREATE TABLE `api_tokens` ( `id` text PRIMARY KEY, `token` text NOT NULL, `name` text NOT NULL, `created_at` integer );