{"slug":"buddypress-followers","name":"BuddyPress Follow","description":"Follow members on your BuddyPress site with this nifty plugin.","author":"Andy Peatling","active_installs":1000,"version":"1.2.2","wp_org_url":"https://wordpress.org/plugins/buddypress-followers/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bp_follow","full_table_name":"wp_bp_follow","description":"Stores bp follow data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"leader_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"follower_id","type":"bigint(20)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_bp_follow ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, leader_id bigint(20) NOT NULL, follower_id bigint(20) NOT NULL, KEY followers (leader_id, follower_id) ) {$charset_collate};\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"}],"table_count":1}