I also use tinyint(1) unsigned and I provide a "mysqlBooleanFormat()" function in my application that will return 1 or 0 for storing the value in the DB
-----Original Message----- From: Michael J. Pawlowsky [mailto:[EMAIL PROTECTED] Sent: 04 November 2004 20:44 To: [EMAIL PROTECTED] Subject: Re: True/False data type Personally I use a tinyint(1) unsigned. Scott Hamm wrote: > What data type should I use to use True/False type when I create a table? > > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]