Releases: kitloong/laravel-migrations-generator
Releases · kitloong/laravel-migrations-generator
v7.1.2
What's Changed
- Generate generated column with built-in
generation
in #261
Full Changelog: v7.1.1...v7.1.2
v7.0.7
What's Changed
- Get only constraints for searchPath/schema in config by @vlki in #249
New Contributors
Full Changelog: v7.0.6...v7.0.7
v7.0.6
- Fix #237 Generate
CURRENT_TIMESTAMP
with precision in #240
- Fix #236 Add
useCurrentOnUpdate
support to datetime column type in #239
Full Changelog: v7.0.5...v7.0.6
v7.0.5
- Generate the index with user-defined type column after the column is generated in #228
Full Changelog: v7.0.4...v7.0.5
v7.0.4
- Support PostGIS extensions on PgSQL. #222
- Move dependency injection to
handle
. #223
Full Changelog: v7.0.3...v7.0.4
v7.0.2
- SQLite foreign key name could be null. #211
- Generated migration
up
and down
return void
.
Full Changelog: v7.0.1...v7.0.2
v7.0.1
- Reset default value if is autoincrement in #208
- Check if procedure sql is not null #197