ALTER TABLE "users" ADD COLUMN "location" geography(Point,4326);--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "location_text" text;--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "search_radius_m" integer DEFAULT 15000 NOT NULL;