how to change a column to allow nulls in MYsql code example Example: set column to not null mysql ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;