Releases: kitloong/laravel-migrations-generator
Releases · kitloong/laravel-migrations-generator
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
v6.4.0
- Generate PgSQL custom column types. #65 , #75
v6.3.2
- Fallback to
longText
if CHECK_CONSTRAINTS
is not available. #103
v6.3.1
- Fix view migrations not generated if database type is PgSQL #99
v6.3.0
- Generate connection name if
--connection
is specified #95
- Generate SQL expression default value as
DB::raw()
#96