установить столбец, чтобы не нулевой mysql
ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;
r00ster
ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;