U moet de expliciete array . gebruiken initializer en cast die naar het juiste type:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];
U moet de expliciete array . gebruiken initializer en cast die naar het juiste type:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];