{"table_name":"jbusinessdirectory_request_quote_replies","full_table_name":"wp_jbusinessdirectory_request_quote_replies","description":"Stores jbusinessdirectory request quote replies data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_request_quote_replies` ( `id` int NOT NULL AUTO_INCREMENT, `company_id` int DEFAULT NULL, `status` int DEFAULT NULL, `quote_id` int DEFAULT NULL, `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `price` decimal(12,2) DEFAULT NULL, `message` text, PRIMARY KEY (`id`), KEY `idx_quote` (`quote_id`), KEY `idx_company` (`company_id`), KEY `idx_status` (`status`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"company_id","type":"int","nullable":true,"primary_key":false},{"name":"status","type":"int","nullable":true,"primary_key":false},{"name":"quote_id","type":"int","nullable":true,"primary_key":false},{"name":"date","type":"timestamp","nullable":true,"primary_key":false},{"name":"price","type":"decimal(12,2)","nullable":true,"primary_key":false},{"name":"message","type":"text","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/"}}