CREATE TABLE "logs" ( "log_id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL, "level" text, "username" text DEFAULT 'LST_Serivce', "service" text DEFAULT 'system' NOT NULL, "message" text NOT NULL, "add_Date" timestamp DEFAULT now() );