0

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!

Sephen
  • 1,111
  • 3
  • 16
  • 38

1 Answers1

0

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

Alexander Guz
  • 1,334
  • 12
  • 31