laravel-online-migrator icon indicating copy to clipboard operation
laravel-online-migrator copied to clipboard

Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change

Results 6 laravel-online-migrator issues
Sort by recently updated
recently updated
newest added

Investigate possibility of supporting [Github's Gh-ost](https://github.com/github/gh-ost) on-line migration tool

enhancement
help wanted

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`....

enhancement

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...

enhancement

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...

help wanted

…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...

enhancement