This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:19:36 +00:00
parent 9f573cd525
commit 53fda6cd7e
3 changed files with 71 additions and 19 deletions
@@ -0,0 +1,5 @@
-- Add separate address fields to profiles table
ALTER TABLE public.profiles
ADD COLUMN street_address text,
ADD COLUMN postal_code text,
ADD COLUMN city text;