How to Remove a Not Null Constraint in PostgreSQL
alter table users alter column email drop not null;
Previous
How to Add an IndexFrom PostgreSQL query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and PostgreSQL
alter table users alter column email drop not null;
Previous
How to Add an Index