I use NOT NULL
a lot when creating columns.
Is there a way to make this default when defining columns? In other words, make column is_nullable
default to NO
. (I realize this would make it harder for me to set it to YES
later one.)
I use NOT NULL
a lot when creating columns.
Is there a way to make this default when defining columns? In other words, make column is_nullable
default to NO
. (I realize this would make it harder for me to set it to YES
later one.)