{"table_name":"jbusinessdirectory_search_logs_archive","full_table_name":"wp_jbusinessdirectory_search_logs_archive","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_search_logs_archive` ( `id` int NOT NULL AUTO_INCREMENT, `item_type` tinyint NOT NULL DEFAULT '1', `object_type` tinyint DEFAULT NULL, `date` date DEFAULT NULL, `value` varchar(255) DEFAULT NULL, `has_text` tinyint NOT NULL DEFAULT '0', `item_count` int DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `idx_unq` (`item_type`,`date`,`object_type`,`value`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"item_type","type":"tinyint","nullable":false,"primary_key":false},{"name":"object_type","type":"tinyint","nullable":true,"primary_key":false},{"name":"date","type":"date","nullable":true,"primary_key":false},{"name":"value","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"has_text","type":"tinyint","nullable":false,"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/"}}