{"table_name":"b2s_posts_favorites","full_table_name":"wp_b2s_posts_favorites","description":"Stores b2s posts favorites data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_b2s_posts_favorites` ( `id` int(11) NOT NULL AUTO_INCREMENT, `blog_user_id` int(11) NOT NULL, `post_id` int(11) NOT NULL, `save_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), INDEX `blog_user_id` (`blog_user_id`), INDEX `post_id` (`post_id`) ) DEFAULT CHARSET","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"blog_user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"post_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"save_date","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"blog2social","name":"Blog2Social: Social Media Auto Post & Scheduler","active_installs":50000,"version":"9.0.0","wp_org_url":"https://wordpress.org/plugins/blog2social/"}}