On Sunday 13 July 2003 19:16, Sagi Bashari wrote: > Use unsigned tinyint(1) with 1 and 0 as values. > > On 13/07/2003 19:41, Dan Anderson wrote: > >I ran a search through the mySQL manual and google and could not find a > >satisfactory answer. Does mySQL support the declaration of a boolean > >data type? Currently I am using VARCHAR(6)s with either 'TRUE' or > >'FALSE' and would like to cut down on the storage.
Or use an enum ('TRUE', 'FALSE), that would work too, certainly quicker and easier than using a VARCHAR. -- Andreas D. Landmark / noXtension -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]