{"table_name":"burst_statistics_searches","full_table_name":"wp_burst_statistics_searches","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_burst_statistics_searches ( `ID` int NOT NULL AUTO_INCREMENT, `statistic_id` int, `search_id` int NOT NULL, `result_count` int NOT NULL DEFAULT 0, `created` int NOT NULL DEFAULT 0, PRIMARY KEY (ID), UNIQUE KEY statistic_search_unique (statistic_id, search_id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"ID","type":"int","nullable":false,"primary_key":true},{"name":"statistic_id","type":"int","nullable":true,"primary_key":false},{"name":"search_id","type":"int","nullable":false,"primary_key":false},{"name":"result_count","type":"int","nullable":false,"primary_key":false},{"name":"created","type":"int","nullable":false,"primary_key":false}],"plugin":{"slug":"burst-statistics","name":"Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)","active_installs":200000,"version":"3.6.0.1","wp_org_url":"https://wordpress.org/plugins/burst-statistics/"}}