c9998d4a8d
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
195 B
SQL
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;
|