{"table_name":"bp_follow","full_table_name":"wp_bp_follow","description":"Stores bp follow data created by this plugin.","detection_method":"static","confidence":"medium","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' );","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}],"plugin":{"slug":"buddypress-followers","name":"BuddyPress Follow","active_installs":1000,"version":"1.2.2","wp_org_url":"https://wordpress.org/plugins/buddypress-followers/"}}