8 ms·
"Ensure the column is NULLable and does not have a default value to avoid forcing a full table rewrite." That one should be fixed since Postgres 11 https://bra
by jbub 2y ago
"Ensure the column is NULLable and does not have a default value to avoid forcing a full table rewrite."
That one should be fixed since Postgres 11 https://brandur.org/postgres-default https://brandur.org/postgres-default
- radimm 2y agoThank you for correction! Indeed - it's one of those things i've read but practically avoided it for historic reasons and therefore forgot about it.