1 2 3 4
-- Clean the table first otherwise setting datatype of exptime would fail. DELETE FROM /*_*/objectcache; ALTER TABLE /*_*/objectcache MODIFY exptime BINARY(14) NOT NULL;