CREATE TABLE `lane_devices` ( `id` text PRIMARY KEY NOT NULL, `lane` integer NOT NULL, `category` text NOT NULL, `driver_id` text NOT NULL, `config` text NOT NULL, `enabled` integer DEFAULT true NOT NULL, `created_at` text DEFAULT (current_timestamp) NOT NULL ); --> statement-breakpoint CREATE TABLE `setup_state` ( `id` integer PRIMARY KEY NOT NULL, `completed_at` text );