Specify a default value for the field, there may be NULLs in that column right now, which violates the NULL contraint you are adding to the table.
Perhaps 0 would make a good default for your field.
Specify a default value for the field, there may be NULLs in that column right now, which violates the NULL contraint you are adding to the table.
Perhaps 0 would make a good default for your field.