Migrations is an easy way to maintain your database and share these changes between environments (local, dev, production or colleague's local).
For example: If you use a VCS, you can set it up so it will run migrations after you push your changes to the master branch. This way you don't need to do these changes manually.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community