kitloong/laravel-migrations-generator
Generate Laravel migration files from an existing database, including columns, indexes, and foreign keys. Supports MariaDB, MySQL, PostgreSQL, SQL Server, and SQLite. Run artisan migrate:generate to scaffold migrations for all or selected tables.
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.2.0...v7.3.0
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.1.2...v7.1.3
generation in https://github.com/kitloong/laravel-migrations-generator/pull/261Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.1.1...v7.1.2
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.1.0...v7.1.1
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.7...v7.1.0
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.6...v7.0.7
CURRENT_TIMESTAMP with precision in https://github.com/kitloong/laravel-migrations-generator/pull/240useCurrentOnUpdate support to datetime column type in https://github.com/kitloong/laravel-migrations-generator/pull/239Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.5...v7.0.6
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.4...v7.0.5
handle. #223Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.3...v7.0.4
Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.2...v7.0.3
up and down return void.Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.1...v7.0.2
larastan/larastan in https://github.com/kitloong/laravel-migrations-generator/pull/195--skip-vendor to ignore vendor migrations. #182tinyText column.GENERATION_EXPRESSION column. #171phpunit.xml by @kitloong in https://github.com/kitloong/laravel-migrations-generator/pull/162DB::getQueryGrammar.fromValue for fallback compatibility. #151--with-has-table to generate migrations with hasTable check. #141--skip-log to skip migrations log.--log-with-batch to log migrations with the default batch number.myclabs/php-enum:^1.6|^1.7|^1.8 to support PHP>=7.1.3. #147config.php placeholders.slevomat/coding-standard rules.skip-views check.fullText to fulltext.level key check for MariaDB backward compatibility. #121How can I help you explore Laravel packages today?