postgresql supprimer la contrainte non nulle
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 <> '')