CREATE TABLE "feedback" ( "id" serial PRIMARY KEY NOT NULL, "message" text NOT NULL, "user_id" text, "created_at" timestamp DEFAULT now() NOT NULL );