dropForeign('ab_product_translate_site_id_foreign'); $table->dropIndex('ab_product_translate_id_site_id_index'); $table->dropIndex('ab_product_translate_site_id_foreign'); $table->foreign(['language_id'])->references(['id'])->on('languages'); $table->foreign(['product_id','site_id'])->references(['id','site_id'])->on('products'); }); } /** * Reverse the migrations. * * @return void */ public function down() { abort(500,'Cant go back'); } };