Zero downtime Laravel migrations
PlanetScale allows you to branch your database in the same way you branch your code. Throughout this article, we discuss both database branches and application code branches. For clarity, we’ll refer to PlanetScale database branches as "PlanetScale branches" and branches for your application code as "code branches". The problem with running migrations at deployment In many Laravel workflows, your deployment script includes php artisan migrate, which runs your new migrations on your production da

