How to Remove a Not Null Constraint in PostgreSQL

alter table users alter column email drop not null;
database icon
Finally, a unified workspace for your SQL development
Get more done, together, with PopSQL and PostgreSQL