Defina a coluna para não nulo mysql
ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;
r00ster
ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;