Reproducing:
- Get a table with values.
- Add a new column with null value availability.
- Modify the same column to be 'not null'.
Fix:
- Change column value for all records to non null value.
- Modify the column to 'not null'.
Comments
Post a Comment