Archive for May 11th, 2008

bool?

11May08

Something that was causing me grief today was the boolean data type in phpmyadmin. I was trying to create a table field using the BOOL  and every time I thought I succeeded in doing so phpmyadmin would change it to TINYINT. bah.
Well, it seems using a true or false is fine when constructing a query [...]