laravel-online-migrator
laravel-online-migrator copied to clipboard
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
Investigate possibility of supporting [Github's Gh-ost](https://github.com/github/gh-ost) on-line migration tool
…lts given to PTOSC. Resolves #19
Defaulting to `--no-check-unique-key-change` and `--no-check-alter` may be inappropriate for some users. Dropping these as defaults from OnlineMigrator makes it safer for first-time users and removes one limitation from the `README.md`....
Dropping a column in migrations should not require explicitly dropping FKs first, yet that is the case today because the queries generated for PTOSC first try to drop index which...
This proposal is to experiment with support for online DDL within Mariadb. Both for compatibility with OM's support of Innodb Online DDL, possible compatibility with pt-online-schema-change, and any variations involving...
…mon column types when absent. Seems like this could help make package easier to use out-of-the-box, ... or could be too surprising. Going to leave this PR open until package...