get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) unsigned NOT NULL auto_increment, `cid` bigint(20) unsigned NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `cid` (`cid`) ) $collate;"; } } }