CREATE TABLE IF NOT EXISTS `cron` ( `id` varchar(32) NOT NULL, `time`int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULTCHARSET=utf8;