"mysql default value issue" Code Answer

1

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.

By Zach Saucier on May 20 2022
Only authorized users can answer the Search term. Please sign in first, or register a free account.