{"table_name":"jbusinessdirectory_shipping_methods","full_table_name":"wp_jbusinessdirectory_shipping_methods","description":"Stores jbusinessdirectory shipping methods data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_shipping_methods` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text, `price` decimal(12,2) DEFAULT NULL, `duration` int DEFAULT NULL, `traceable` tinyint DEFAULT '0', `published` tinyint NOT NULL DEFAULT '1', `user_id` int DEFAULT NULL, `default` tinyint DEFAULT '0', `threshold` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_user` (`user_id`), KEY `idx_status` (`published`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"price","type":"decimal(12,2)","nullable":true,"primary_key":false},{"name":"duration","type":"int","nullable":true,"primary_key":false},{"name":"traceable","type":"tinyint","nullable":true,"primary_key":false},{"name":"published","type":"tinyint","nullable":false,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"default","type":"tinyint","nullable":true,"primary_key":false},{"name":"threshold","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/"}}