{"slug":"follow-bbpress","name":"Follow for bbPress","description":"The Follow for bbPress provides a users following system for bbPress.","author":"Mostafa Shahiri","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/follow-bbpress/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bbpress_follow","full_table_name":"wp_bbpress_follow","description":"Stores bbpress follow data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"follower_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"start_follow","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `bbpress_follow` ( `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, `user_id` bigint(20) UNSIGNED NOT NULL, `follower_id` bigint(20) UNSIGNED NOT NULL, `start_follow` DATETIME NOT NULL, PRIMARY KEY (`ID`) )\");"}],"table_count":1}