how to drop not null constraint in postgresql code example Example: postgresql remove not null constraint alter table users alter column email drop not null;