Why you should not use BIT columns in MySQL
http://www.geeksww.com/tutorials/database_management_systems/mysql/tips_and_tricks/mysql_dateformat_function_and_order_by.php
SELECT '2008-02-31' + INTERVAL 0 DAY;
Returns NULL?
SELECT '2008-02-31' + INTERVAL 0 MONTH;
Returns NULL?