get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) unsigned NOT NULL auto_increment, `link_id` int(12) unsigned NOT NULL default 0, `contact_id` bigint(20) unsigned NOT NULL default 0, `ip_address` varchar(45) NULL, `count` int(7) unsigned NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`ID`), KEY `link_id` (`link_id`), KEY `contact_id` (`contact_id`) ) $collate;"; } } }