get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) unsigned NOT NULL auto_increment, `wcid` bigint(20) unsigned NOT NULL, `cid` bigint(20) unsigned NOT NULL, `trackid` bigint(20) unsigned NOT NULL, `oid` bigint(20) unsigned NOT NULL, `otype` tinyint(2) unsigned not null COMMENT '1 - Automation 2 - Campaign 3 - Note 4 - Email 5 - SMS', `wctotal` varchar(32), `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ID`), KEY `cid` (`cid`), KEY `oid` (`oid`), KEY `otype` (`otype`), KEY `date` (`date`) ) $collate;"; } } }