Open kakarot-dev opened 2 years ago
Hey @kakarot-dev, thanks!!
Can I also know what version of mariadb you're using?
Server version: 10.6.5-MariaDB-1:10.6.5+maria~focal
There might be some way that SeaSchema can soundly detect a BOOLEAN and map it as such
sea-orm-cli
is generating a type wrongly. When the type should be boolean, it generates the entites as the typei8
That is expected as apparently mariadb stores boolean as integer values inside the database. I wanted to ask if this bug can be fixed, and the cli can produce booleans correctlySql statement