CREATE TABLE `site_config` ( `id` integer PRIMARY KEY NOT NULL, `capacity` integer, `updated_at` text DEFAULT (current_timestamp) NOT NULL );