index('action'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('notifications', function (Blueprint $table) { $table->dropIndex('notifications_action_index'); }); } };