Devi usare l'esplicito array
inizializzatore e trasmettilo al tipo corretto:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];
Devi usare l'esplicito array
inizializzatore e trasmettilo al tipo corretto:
ALTER TABLE public.accounts
ALTER COLUMN pwd_history SET DEFAULT array[]::varchar[];