Why are migrations necessary?

Technology CommunityCategory: LaravelWhy are migrations necessary?
VietMX Staff asked 3 years ago

Migrations are necessary because:

  • Without migrations, database consistency when sharing an app is almost impossible, especially as more and more people collaborate on the web app.
  • Your production database needs to be synced as well.