{"table_name":"jbusinessdirectory_bookmarks","full_table_name":"wp_jbusinessdirectory_bookmarks","description":"Stores jbusinessdirectory bookmarks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_bookmarks` ( `id` int NOT NULL AUTO_INCREMENT, `item_id` int DEFAULT NULL, `user_id` int DEFAULT NULL, `note` varchar(255) DEFAULT NULL, `item_type` tinyint(1) DEFAULT '1', `company_id` varchar(100) DEFAULT NULL, `ordering` int NOT NULL DEFAULT '0', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `unq_bkm` (`item_id`,`user_id`,`item_type`), KEY `idx_item_id` (`item_id`), KEY `idx_user_id` (`user_id`), KEY `idx_item_type` (`item_type`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"item_id","type":"int","nullable":true,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"note","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"item_type","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"company_id","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"ordering","type":"int","nullable":false,"primary_key":false},{"name":"created","type":"timestamp","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/"}}