Files
lstV2/database/migrations/0066_nosy_dark_beast.sql

8 lines
226 B
SQL

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()
);