-7003: NOT NULL not allowed
Explanation:
Columns with NOT NULL specification cannot be added to a table with the <ALTER TABLE statement>.
User Action:
Repeat the SQL statement after removing the specification NOT NULL.