{"table_name":"jbusinessdirectory_statistics_archive","full_table_name":"wp_jbusinessdirectory_statistics_archive","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_statistics_archive` ( `id` int NOT NULL AUTO_INCREMENT, `item_id` int NOT NULL, `item_type` tinyint NOT NULL DEFAULT '1', `date` date DEFAULT NULL, `type` tinyint NOT NULL DEFAULT '0', `article_id` int DEFAULT NULL, `item_count` int DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `idx_unq` (`item_id`,`item_type`,`date`,`type`), KEY `idx_article` (`article_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"item_id","type":"int","nullable":false,"primary_key":false},{"name":"item_type","type":"tinyint","nullable":false,"primary_key":false},{"name":"date","type":"date","nullable":true,"primary_key":false},{"name":"type","type":"tinyint","nullable":false,"primary_key":false},{"name":"article_id","type":"int","nullable":true,"primary_key":false},{"name":"item_count","type":"int","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-businessdirectory","name":"WP-BusinessDirectory – Business directory plugin for WordPress","active_installs":50,"version":"4.0.2","wp_org_url":"https://wordpress.org/plugins/wp-businessdirectory/"}}