The column {0} on table {1} must be added, but the column has no default value and does not allow NULL values. If the table ...

The column {0} on table {1} must be added, but the column has no default value and does not allow NULL values. If the table contains data, the ALTER script will not work. To avoid this issue, you must add a default value to the column or mark it as allowing NULL values.