CREATE TABLE "commandLog" ( "commandLog_id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL, "commandUsed" text NOT NULL, "bodySent" jsonb DEFAULT '[]'::jsonb, "reasonUsed" text, "add_Date" timestamp DEFAULT now() );