{"table_name":"kc_uf_links","full_table_name":"wp_kc_uf_links","description":"Stores kc uf links data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_kc_uf_links` ( `id` int(10) NOT NULL AUTO_INCREMENT, `link` text DEFAULT NULL, `host` varchar(255) DEFAULT NULL, `uri` varchar(255) DEFAULT NULL, `referer` varchar(255) DEFAULT NULL, `is_robot` tinyint(1) DEFAULT 0, `user_agent` text DEFAULT NULL, `os` varchar(255) DEFAULT NULL, `device` varchar(255) DEFAULT NULL, `browser_type` varchar(255) DEFAULT NULL, `browser_version` varchar(255) DEFAULT NULL, `visitor_id` varchar(25) default NULL, `country` varchar(50) DEFAULT NULL, `ip` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, PRIMARY KEY (id), KEY browser_type (browser_type(191)), KEY browser_version (browser_version(191)), KEY os (os(191)), KEY device (device(191)), KEY country (country(50)), KEY referer (referer(191)), KEY host (host(191)), KEY uri (uri(191)), KEY is_robot (is_robot), KEY visitor_id (visitor_id), KEY created_at (created_at) ) $collate; \"; return $tables; } /** * @param string $collate * * @return string * * @since 1.0.0 */ private static function get_schema( $collate = '' ) { $tables = self::get_101_schema( $collate );","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"link","type":"text","nullable":true,"primary_key":false},{"name":"host","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"uri","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"referer","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"is_robot","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"user_agent","type":"text","nullable":true,"primary_key":false},{"name":"os","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"device","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"browser_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"browser_version","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"visitor_id","type":"varchar(25)","nullable":true,"primary_key":false},{"name":"country","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"ip","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"utilitify","name":"Utilitify – Supercharge Your WordPress Site With Powerpack WordPress Utilities","active_installs":10,"version":"1.1.1","wp_org_url":"https://wordpress.org/plugins/utilitify/"}}