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