Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add restrictOnUpdate() method to the schema builder
Hi, Laravel has a `cascadeOnUpdate()` but does not have a `restrictOnUpdate()`. I know that i can use `onUpdate('restrict')` but since laravel already has a helper for the cascade and also has a restrict helper for the delete, it only makes sense to add helper for the restrict on update as well.
- Loading branch information