{"table_name":"jbusinessdirectory_user_notifications","full_table_name":"wp_jbusinessdirectory_user_notifications","description":"Stores jbusinessdirectory user notifications data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_user_notifications` ( `id` int NOT NULL AUTO_INCREMENT, `user_id` varchar(255) DEFAULT NULL, `notification_id` varchar(255) DEFAULT NULL, `read` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_notification` (`notification_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"user_id","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"notification_id","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"read","type":"tinyint(1)","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/"}}