Lets say I have following table:
CREATE TABLE `cases` ( `case_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT utc_timestamp ) <