How to Remove a Not Null Constraint in PostgreSQL
alter table users alter column email drop not null;
Previous
How to Add a Not Null ConstraintFinally, a unified workspace for your SQL development
Get more done, together, with PopSQL and PostgreSQL
alter table users alter column email drop not null;
Previous
How to Add a Not Null Constraint