One of the things that mildly annoys me after installing Laravel is dealing with migrations I'll never use—or worse, accidentally running them.
What do I mean? Well, when you create a new Laravel project using the installer, you get three migrations by default:
- The users migration
- The cache migration
- The jobs migration