Database schemas: date / time values
13/18
Database schemas
Database schemas: indexes
Another fun one -- there are many columns defined as follows:
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
Two problems here: