Propel treats TINYINT(1) as boolean when reverse engineering

274 Views Asked by At

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!

1

There are 1 best solutions below

0
On

It seems like a known bug in Propel. Here is the discussion. I guess you just need to update Propel.