ALTER TABLE table_name ALTER COLUMN column_name SET NOT NULL;
ALTER TABLE person ALTER COLUMN phone DROP NOT NULL;