{"table_name":"jbusinessdirectory_request_quote_messages","full_table_name":"wp_jbusinessdirectory_request_quote_messages","description":"Stores jbusinessdirectory request quote messages data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_request_quote_messages` ( `id` int NOT NULL AUTO_INCREMENT, `quote_reply_id` int NOT NULL, `sender_id` int NOT NULL, `text` text, `created` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `status` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_quote_reply` (`quote_reply_id`), KEY `idx_created` (`created`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"quote_reply_id","type":"int","nullable":false,"primary_key":false},{"name":"sender_id","type":"int","nullable":false,"primary_key":false},{"name":"text","type":"text","nullable":true,"primary_key":false},{"name":"created","type":"timestamp","nullable":true,"primary_key":false},{"name":"status","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/"}}