CREATE TABLE "scan_log" ( "id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL, "scanner_id" text, "message" text NOT NULL, "prompt" text, "command_description" text, "status" text, "lines" jsonb DEFAULT '[]'::jsonb, "add_Date" timestamp DEFAULT now() );