boywonder
09-06-2002, 02:51 PM
I'm currently using ENUM ('0','1') to store a value that will always be 0 or 1.
Question is there a boolean (bit) data type in mysql, or if not is there a more efficient way to store this? Thanks.
Question is there a boolean (bit) data type in mysql, or if not is there a more efficient way to store this? Thanks.