{"table_name":"jbusinessdirectory_search_logs","full_table_name":"wp_jbusinessdirectory_search_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_search_logs` ( `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', PRIMARY KEY (`id`), KEY `idx_item_value` (`value`), KEY `idx_item_type` (`item_type`), KEY `idx_object_type` (`object_type`), KEY `idx_date` (`date`) ) 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}],"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/"}}