{"table_name":"jbusinessdirectory_discounts","full_table_name":"wp_jbusinessdirectory_discounts","description":"Stores jbusinessdirectory discounts data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_discounts` ( `id` int NOT NULL AUTO_INCREMENT, `name` char(255) DEFAULT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `value` decimal(6,2) NOT NULL DEFAULT '0.00', `percent` tinyint(1) NOT NULL DEFAULT '0', `price_type` tinyint(1) NOT NULL DEFAULT '1', `package_ids` varchar(255) DEFAULT NULL, `code` varchar(50) NOT NULL DEFAULT '0', `state` tinyint(1) NOT NULL DEFAULT '1', `uses_per_coupon` int DEFAULT NULL, `coupon_used` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `idx_code` (`code`), KEY `idx_state` (`state`), KEY `idx_date` (`end_date`,`start_date`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"name","type":"char(255)","nullable":true,"primary_key":false},{"name":"start_date","type":"date","nullable":false,"primary_key":false},{"name":"end_date","type":"date","nullable":false,"primary_key":false},{"name":"value","type":"decimal(6,2)","nullable":false,"primary_key":false},{"name":"percent","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"price_type","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"package_ids","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"code","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"state","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"uses_per_coupon","type":"int","nullable":true,"primary_key":false},{"name":"coupon_used","type":"int","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/"}}