Замените нулевое значение в столбце MySQL
UPDATE `table` SET `somefield`=0 WHERE `somefield` is null
CodeHelper
UPDATE `table` SET `somefield`=0 WHERE `somefield` is null