{"table_name":"jbusinessdirectory_messages","full_table_name":"wp_jbusinessdirectory_messages","description":"Stores jbusinessdirectory messages data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_messages` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(145) DEFAULT NULL, `surname` varchar(145) DEFAULT NULL, `email` char(255) DEFAULT NULL, `message` text, `item_id` int NOT NULL, `contact_id` int DEFAULT NULL, `type` tinyint DEFAULT NULL, `read` tinyint(1) DEFAULT NULL, `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `user_id` int DEFAULT NULL, `ip_address` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_item_id` (`item_id`), KEY `idx_contact_id` (`contact_id`), KEY `idx_type` (`type`), KEY `idx_user_id` (`user_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"name","type":"varchar(145)","nullable":true,"primary_key":false},{"name":"surname","type":"varchar(145)","nullable":true,"primary_key":false},{"name":"email","type":"char(255)","nullable":true,"primary_key":false},{"name":"message","type":"text","nullable":true,"primary_key":false},{"name":"item_id","type":"int","nullable":false,"primary_key":false},{"name":"contact_id","type":"int","nullable":true,"primary_key":false},{"name":"type","type":"tinyint","nullable":true,"primary_key":false},{"name":"read","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"date","type":"timestamp","nullable":true,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"ip_address","type":"varchar(45)","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/"}}