ALTER TABLE "vendor_investigations" ADD COLUMN "qm_manager_id" integer;--> statement-breakpoint ALTER TABLE "vendor_investigations" ADD CONSTRAINT "vendor_investigations_qm_manager_id_users_id_fk" FOREIGN KEY ("qm_manager_id") REFERENCES "public"."users"("id") ON DELETE no action ON UPDATE no action;