Minimizes disruptions when applying database migrations using Laravel Online Migrator
5 years ago
This Laravel package minimizes disruptions when applying Laravel's database migrations using tools like Percona Online Schema Change or InnoDB Online DDL.
Installation
You can install the package via composer:
composer require orisintel/laravel-online-migrator
The pt-online-schema-change command from Percona's toolkit must be in the path where Artisan will be run, unless InnoDB Online DDL is being used exclusively.