CREATE TABLE `cron` ( `id` varchar(32) NOT NULL, `time` int(11) NOTNULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;