Show TOC

-7003: NOT NULL not allowedLocate this document in the navigation structure

Use

Explanation

Columns with NOT NULL specification cannot be added to a table with the ALTER TABLE statement.

User Response

Repeat the SQL statement after removing the specification NOT NULL.