doc-fr
doc-fr copied to clipboard
cannot save boolean false in Mysql database
From manual page: https://php.net/language.types.boolean
When I use an object containing a bool attribute, it is impossible to save the false value of the boolean in the database
MySQL does not have a bool datatype.
You should use a TINYINT sql datatype instead