Replace Laravel's Schema Facade with one capable of omitting table alterations that already exist
kmuenkel/safe-schema-builder is a Laravel package for replace laravel's schema facade with one capable of omitting table alterations that already exist.
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version v1.0.0-alpha).
Install it with composer require kmuenkel/safe-schema-builder.
Discover more Laravel packages by kmuenkel
or browse all Laravel packages to compare alternatives.
Last updated
Allow Migration files to verify if the changes they're about to apply don't already exist in the target DB schema