{"table_name":"jbusinessdirectory_emails","full_table_name":"wp_jbusinessdirectory_emails","description":"Stores jbusinessdirectory emails data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_emails` ( `email_id` int NOT NULL AUTO_INCREMENT, `email_subject` char(255) DEFAULT NULL, `email_name` char(255) DEFAULT NULL, `email_type` varchar(255) DEFAULT NULL, `email_content` blob NOT NULL, `status` tinyint(1) NOT NULL DEFAULT '1', `send_to_admin` tinyint(1) DEFAULT '1', PRIMARY KEY (`email_id`), KEY `idx_type` (`email_type`), KEY `idx_status` (`status`) ) ENGINE","columns":[{"name":"email_id","type":"int","nullable":false,"primary_key":true},{"name":"email_subject","type":"char(255)","nullable":true,"primary_key":false},{"name":"email_name","type":"char(255)","nullable":true,"primary_key":false},{"name":"email_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"email_content","type":"blob","nullable":false,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"send_to_admin","type":"tinyint(1)","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/"}}