ALTER TABLE "chat"."chat" ADD COLUMN "diagram_id" text;--> statement-breakpoint CREATE INDEX "chat_diagram_id_idx" ON "chat"."chat" USING btree ("diagram_id");