From: Thimble Smith Date: March 18 1999 6:51pm Subject: Re: BOOL data type List-Archive: http://lists.mysql.com/mysql/513 Message-Id: <19990318115140.R13520@desert.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Thu, Mar 18, 1999 at 03:49:21PM -0300, Levy Carneiro Jr. wrote: > How can I add a colunm with the BOOL data type from SQL2 ? What's > the substitute data type for this? Most people use ENUM('N', 'Y') for a boolean type. Tim