index('profile_id'); $table->index('following_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('followers', function (Blueprint $table) { // }); } }