I would suggest using this as the default ```yml SilverStripe\ORM\FieldType\DBBoolean: bool|int ``` Because internally DBBoolean is a tinyint with 0|1 value, but accepting true/false as well