Currently, users can add a new column with a NOT NULL constraint, and they can drop an existing NOT NULL constraint using ALTER TABLE ... ALTER COLUMN ... However, there’s no support for adding a NOT ...