{"table_name":"jbusinessdirectory_company_review_responses","full_table_name":"wp_jbusinessdirectory_company_review_responses","description":"Stores jbusinessdirectory company review responses data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_company_review_responses` ( `id` int NOT NULL AUTO_INCREMENT, `state` tinyint NOT NULL DEFAULT '0', `reviewId` int NOT NULL, `firstName` varchar(45) DEFAULT NULL, `lastName` varchar(45) DEFAULT NULL, `response` text, `email` varchar(45) DEFAULT NULL, `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `idx_state` (`state`), KEY `idx_review` (`reviewId`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"state","type":"tinyint","nullable":false,"primary_key":false},{"name":"reviewId","type":"int","nullable":false,"primary_key":false},{"name":"firstName","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"lastName","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"response","type":"text","nullable":true,"primary_key":false},{"name":"email","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"created","type":"datetime","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/"}}