Můžete zkusit odebrat starý cizí klíč a přidat a poté přidat nový bez onDelete
:
$table->dropForeign(['a']);
$table->foreign('a')->references('b')->on('c');
Můžete zkusit odebrat starý cizí klíč a přidat a poté přidat nový bez onDelete
:
$table->dropForeign(['a']);
$table->foreign('a')->references('b')->on('c');