Releases: kitloong/laravel-migrations-generator
Releases · kitloong/laravel-migrations-generator
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
v6.5.1
- Generate SQL Server user-defined types. #133
v6.5.0
- Generate store procedures. #63
- Update
config.php
placeholders.
- Add
slevomat/coding-standard
rules.
- Fix missing
skip-views
check.
- Generate primary index custom name with SQL Server.
v6.4.3
- Generate index with length. #109
- Corrects
fullText
to fulltext
.
v6.4.2
level
key check for MariaDB backward compatibility. #121