{"table_name":"jbusinessdirectory_tax_countries","full_table_name":"wp_jbusinessdirectory_tax_countries","description":"Stores jbusinessdirectory tax countries data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_tax_countries` ( `id` int NOT NULL AUTO_INCREMENT, `country_id` int DEFAULT NULL, `tax_id` int DEFAULT NULL, `amount` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_tax_id` (`tax_id`), KEY `idx_country` (`country_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"country_id","type":"int","nullable":true,"primary_key":false},{"name":"tax_id","type":"int","nullable":true,"primary_key":false},{"name":"amount","type":"decimal(12,2)","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/"}}