{"table_name":"jbusinessdirectory_payment_processors","full_table_name":"wp_jbusinessdirectory_payment_processors","description":"Stores jbusinessdirectory payment processors data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_payment_processors` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL, `mode` enum('live','test') NOT NULL DEFAULT 'live', `timeout` int DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT '1', `ordering` tinyint NOT NULL DEFAULT '0', `displayfront` tinyint(1) NOT NULL DEFAULT '1', `company_id` int NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), KEY `idx_displayfront` (`displayfront`), KEY `idx_status` (`status`), KEY `idx_type` (`type`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"mode","type":"enum('live','test')","nullable":false,"primary_key":false},{"name":"timeout","type":"int","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"ordering","type":"tinyint","nullable":false,"primary_key":false},{"name":"displayfront","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"company_id","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/"}}