PostgreSQL Remova a restrição não nula
alter table users alter column email drop not null;
Homeless Hare
alter table users alter column email drop not null;
ads character varying(60) NOT NULL CHECK (ads <> '')