Cause
It was not possible to define a new column as NOT NULL if rows already existed in the table being modified.
Action
Retry the statement without the NOT NULL specification.
Error Message
table must be empty to add mandatory (NOT NULL) column
It was not possible to define a new column as NOT NULL if rows already existed in the table being modified.
Retry the statement without the NOT NULL specification.