{"table_name":"jbusinessdirectory_statistics","full_table_name":"wp_jbusinessdirectory_statistics","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_statistics` ( `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, PRIMARY KEY (`id`), KEY `idx_item_id` (`item_id`), KEY `idx_item_type` (`item_type`) ) 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}],"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/"}}