How to Remove a Not Null Constraint in PostgreSQL

alter table users alter column email drop not null;
database icon
Better SQL for the people
Get more done with PopSQL and PostgreSQL