{"table_name":"jbusinessdirectory_company_offer_order_products","full_table_name":"wp_jbusinessdirectory_company_offer_order_products","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_company_offer_order_products` ( `order_id` int NOT NULL, `offer_id` int NOT NULL, `quantity` int DEFAULT NULL, `price` decimal(12,2) DEFAULT NULL, `currencyId` int NOT NULL, `combination_ids` varchar(255) DEFAULT NULL, `combination_values` varchar(255) DEFAULT NULL, PRIMARY KEY (`order_id`,`offer_id`) ) ENGINE","columns":[{"name":"order_id","type":"int","nullable":false,"primary_key":false},{"name":"offer_id","type":"int","nullable":false,"primary_key":false},{"name":"quantity","type":"int","nullable":true,"primary_key":false},{"name":"price","type":"decimal(12,2)","nullable":true,"primary_key":false},{"name":"currencyId","type":"int","nullable":false,"primary_key":false},{"name":"combination_ids","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"combination_values","type":"varchar(255)","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/"}}