well, tinyint(1) gets converted to Byte too. After all bool, boolean are synonyms to tinyint(1) in mysql
2011/11/15 Juan Miguel Cejuela <[email protected]> > Hi there, > > using MySQL 5.5.15 my columns with type BOOL or BOOLEAN get converted into > Byte. > > Is this normal or is this a bug? Workaround now is tinyint(1) ? > > > Thanks, //keep the amazing good work Lukas > > > > -- > Juan Miguel Cejuela > [email protected] > jmcejuela.com > +49 176 627 581 05 > > -- Juan Miguel Cejuela [email protected] jmcejuela.com +49 176 627 581 05
