{"table_name":"jbusinessdirectory_mobile_devices","full_table_name":"wp_jbusinessdirectory_mobile_devices","description":"Stores jbusinessdirectory mobile devices data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_mobile_devices` ( `id` int NOT NULL AUTO_INCREMENT, `user_id` int DEFAULT NULL, `device_id` varchar(30) NOT NULL, `token` varchar(255) DEFAULT NULL, `firebase_token` varchar(255) DEFAULT NULL, `created` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `enable_push_notifications` tinyint DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_token` (`token`), KEY `idx_firebase` (`firebase_token`), KEY `idx_user` (`user_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"device_id","type":"varchar(30)","nullable":false,"primary_key":false},{"name":"token","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"firebase_token","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"created","type":"timestamp","nullable":true,"primary_key":false},{"name":"enable_push_notifications","type":"tinyint","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/"}}