
July 8th, 1999, 03:45 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
could try enum('0','1')
or
<cut from http://www.listquest.com/lq/view.cgi?ln=mysql&mid=10917&sp=&q=boolean+data+type&b=1&s=1&o=0&ci=c052320178 >
I think you should use and tinyint(1) for this until MySQL has the BIT
type. This will optimized to take up only one bit in the table.
</cut>
|