Disallow add_column_with_default for allow_nulls: false option
This came from #38060 (closed):
We added a rubocop to disallow add_column_with_default...allow_nulls: false
. However, TIL this is the default option, too and we should also detect it.