Hi Darryl,

Am Montag, 2. Juni 2003 21:58 schrieb Darryl Hoar:
> Greetings,
> I am trying to figure out how to define a field type as boolean.  Is
> there a way? Or must
> I define the field as integer and represent true/false with 1/0 ?

To my knowledge the MySQL "equivalent" to the boolean type is the enum 
column type.

Best wishes

Lutz

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to