How to add a column with not null in Postgres
It can be a little confusing when you see you aren’t able to add a not null constraint to an existing table. Here’s one solution to get around that.
All articles tagged with Postgres.
It can be a little confusing when you see you aren’t able to add a not null constraint to an existing table. Here’s one solution to get around that.