Files
fourge-portal/supabase/migrations/20260528000002_add_social_fields_to_profiles.sql
T

6 lines
195 B
SQL

alter table public.profiles
add column if not exists website text,
add column if not exists linkedin text,
add column if not exists instagram text,
add column if not exists twitter text;