I've got a field "paymentmethod" in my MYSQL DB which can hold values from 0 to 9. So i use a TINYINT(1). But for some reason when i reverse engineer the DB with Propel it creates a BOOLEAN which it is not.
What's the proper approach to this?
Thanks in advance!
It seems like a known bug in Propel. Here is the discussion. I guess you just need to update Propel.