{"table_name":"jbusinessdirectory_taxes","full_table_name":"wp_jbusinessdirectory_taxes","description":"Stores jbusinessdirectory taxes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_taxes` ( `id` int NOT NULL AUTO_INCREMENT, `tax_name` varchar(200) DEFAULT NULL, `tax_type` tinyint(1) NOT NULL DEFAULT '1', `tax_amount` decimal(12,2) DEFAULT NULL, `tax_description` varchar(255) DEFAULT NULL, `ordering` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_tax_type` (`tax_type`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"tax_name","type":"varchar(200)","nullable":true,"primary_key":false},{"name":"tax_type","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"tax_amount","type":"decimal(12,2)","nullable":true,"primary_key":false},{"name":"tax_description","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"ordering","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/"}}