CREATE TYPE "public"."location_precision" AS ENUM('exact', 'approximate', 'city');--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "location_precision" "location_precision" DEFAULT 'city' NOT NULL;--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "location_place_id" text;--> statement-breakpoint ALTER TABLE "pro_profiles" ADD COLUMN "base_location_precision" "location_precision" DEFAULT 'city' NOT NULL;--> statement-breakpoint ALTER TABLE "pro_profiles" ADD COLUMN "base_location_place_id" text;--> statement-breakpoint ALTER TABLE "jobs" ADD COLUMN "location_precision" "location_precision" DEFAULT 'city' NOT NULL;--> statement-breakpoint ALTER TABLE "jobs" ADD COLUMN "location_place_id" text;