get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) unsigned NOT NULL auto_increment, `creation_time` datetime NOT NULL, `execution_time` bigint(12) unsigned NOT NULL, `args` longtext, PRIMARY KEY (`ID`), KEY `ID` (`ID`), KEY `execution_time` (`execution_time`) ) $collate;"; } }