Necesitas usar el array
explícito inicializador y convertir eso al tipo correcto:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];
Necesitas usar el array
explícito inicializador y convertir eso al tipo correcto:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];