MySQL Forums
Forum List  »  MySQL Workbench

BOOL translates to INT(1)
Posted by: Herbert Maschke
Date: July 31, 2009 04:09AM

Hi everyone,

in MySQL Workbench i can see that the Datatype BOOL and BOOLEAN and BIT are all generating SQL-Code that uses INTEGER(1). MySQL does support BOOL!

How can i tell MySQL Workbench to generate proper BOOL Data-Fields rather than INTEGER(1) ?

Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
BOOL translates to INT(1)
6800
July 31, 2009 04:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.