get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) UNSIGNED NOT NULL auto_increment, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ID`) ) $collate;"; } }