null is a correct value for any mysql column / type.
you can set the column to not null or you need to resolve it in your scripting language, so the null does not get inserted.
null is a correct value for any mysql column / type.
you can set the column to not null or you need to resolve it in your scripting language, so the null does not get inserted.