Releases: kitloong/laravel-migrations-generator
Releases · kitloong/laravel-migrations-generator
v6.9.1
- Update phpcs rules.
- Check the existence of
GENERATION_EXPRESSION
column. #171
v6.9.0
- Sort PgSQL index names alphabetically. #167
v6.8.2
- Bind DB Schema instance instead of singleton. #163
- Do not generate table empty comments.
v6.7.1
- Use
fromValue
for fallback compatibility. #151
v6.7.0
- Add
--with-has-table
to generate migrations with hasTable
check. #141
- Add
--skip-log
to skip migrations log.
- Add
--log-with-batch
to log migrations with the default batch number.
v6.6.3
- Add
myclabs/php-enum:^1.6|^1.7|^1.8
to support PHP>=7.1.3
. #147
v6.6.1
- Generate anonymous migration #142