Kitloong Laravel Migrations Generator Versions Save

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.

v7.0.2

2 weeks ago
  • SQLite foreign key name could be null. #211
  • Generated migration up and down return void.

Full Changelog: https://github.com/kitloong/laravel-migrations-generator/compare/v7.0.1...v7.0.2

v7.0.1

2 months ago

v7.0.0

2 months ago

v6.11.1

2 months ago

New Contributors

v6.11.0

6 months ago
  • Add --skip-vendor to ignore vendor migrations. #182

v6.10.0

1 year ago
  • Generate tinyText column.

v6.9.1

1 year ago
  • Update phpcs rules.
  • Check the existence of GENERATION_EXPRESSION column. #171

v6.9.0

1 year ago
  • Sort PgSQL index names alphabetically. #167

v6.8.2

1 year ago
  • Bind DB Schema instance instead of singleton. #163
  • Do not generate table empty comments.

v6.8.1

1 year ago

New Contributors