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 ConstraintReal-time SQL collaboration is here
Get started with PopSQL and PostgreSQL in minutes
alter table users alter column email drop not null;
Previous
How to Add a Not Null Constraint