{"table_name":"jbusinessdirectory_user_profiles","full_table_name":"wp_jbusinessdirectory_user_profiles","description":"Stores jbusinessdirectory user profiles data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_user_profiles` ( `id` int NOT NULL AUTO_INCREMENT, `token` varchar(255) DEFAULT NULL, `provider_type` tinyint DEFAULT NULL, `user_id` int DEFAULT NULL, `verified` tinyint(1) DEFAULT NULL, `activation_code` varchar(245) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"token","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"provider_type","type":"tinyint","nullable":true,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"verified","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"activation_code","type":"varchar(245)","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/"}}