ALTER TABLE "users" ADD COLUMN "last_consent_update" timestamp with time zone;--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "consent_version" varchar(20);--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "requires_consent_update" boolean DEFAULT false NOT NULL;