{"table_name":"friends","full_table_name":"wp_friends","description":"Stores friends data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `friends`( `id` int(255) NOT NULL AUTO_INCREMENT, `user_id` longtext NOT NULL, `friends_id` longtext NOT NULL, `friends_screen_name` varchar(255) NOT NULL, `friends_name` varchar(255) NOT NULL, `friends_description` longtext NOT NULL, `followers_count` int(255) NOT NULL, `friends_count` int(255) NOT NULL, `statuses_count` varchar(255) NOT NULL, `location` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `profile_image_url` varchar(255) NOT NULL, `created_at` varchar(255) NOT NULL, `friends_full_info` longtext NOT NULL, `direct_notify_sent` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)) ENGINE","columns":[{"name":"id","type":"int(255)","nullable":false,"primary_key":true},{"name":"user_id","type":"longtext","nullable":false,"primary_key":false},{"name":"friends_id","type":"longtext","nullable":false,"primary_key":false},{"name":"friends_screen_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"friends_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"friends_description","type":"longtext","nullable":false,"primary_key":false},{"name":"followers_count","type":"int(255)","nullable":false,"primary_key":false},{"name":"friends_count","type":"int(255)","nullable":false,"primary_key":false},{"name":"statuses_count","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"location","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"description","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"profile_image_url","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"created_at","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"friends_full_info","type":"longtext","nullable":false,"primary_key":false},{"name":"direct_notify_sent","type":"int(1)","nullable":false,"primary_key":false}],"plugin":{"slug":"ki-twitter-analytics","name":"KI Twitter Analytics","active_installs":0,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/ki-twitter-analytics/"}}