{"table_name":"bbpress_follow","full_table_name":"wp_bbpress_follow","description":"Stores bbpress follow data created by this plugin.","detection_method":"static","confidence":"high","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`) )\");","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}],"plugin":{"slug":"follow-bbpress","name":"Follow for bbPress","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/follow-bbpress/"}}