This solution worked for me:
ALTER TABLE [TABLE_NAME] ALTER COLUMN [COLUMN_NAME] SET NOT NULL, ALTER COLUMN [COLUMN_NAME] SET NOT NULL;