Is there a *simple* way to change a collumn from allowing null to not
null?
I just unchecked "allow nulls" in EM and the SQL it generates to do
this one thing is astonishing, create table, drop FKs, copy data, drop
table, rename new table, rebuild FKs...
I'm saving a lot of these changes to run on another database at a later
date but would rather not require a terrabyte device to store the
script :-)
null?
I just unchecked "allow nulls" in EM and the SQL it generates to do
this one thing is astonishing, create table, drop FKs, copy data, drop
table, rename new table, rebuild FKs...
I'm saving a lot of these changes to run on another database at a later
date but would rather not require a terrabyte device to store the
script :-)
Comment