Skip to content

Releases: kitloong/laravel-migrations-generator

v7.1.2

27 Feb 12:07
e46bdbe
Compare
Choose a tag to compare

What's Changed

  • Generate generated column with built-in generation in #261

Full Changelog: v7.1.1...v7.1.2

v7.1.1

26 Feb 14:21
d04d666
Compare
Choose a tag to compare

What's Changed

  • Fix #258 Get schema by schema name in #259

Full Changelog: v7.1.0...v7.1.1

v7.1.0

23 Feb 08:41
542c416
Compare
Choose a tag to compare

What's Changed

  • Support Laravel 12 in #256

Full Changelog: v7.0.7...v7.1.0

v7.0.7

09 Feb 13:08
c0ec3ec
Compare
Choose a tag to compare

What's Changed

  • Get only constraints for searchPath/schema in config by @vlki in #249

New Contributors

  • @vlki made their first contribution in #249

Full Changelog: v7.0.6...v7.0.7

v7.0.6

03 Nov 12:09
3d036e3
Compare
Choose a tag to compare
  • 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

06 Aug 13:31
8b35752
Compare
Choose a tag to compare
  • 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

04 Aug 12:23
f6900e8
Compare
Choose a tag to compare
  • Support PostGIS extensions on PgSQL. #222
  • Move dependency injection to handle. #223

Full Changelog: v7.0.3...v7.0.4

v7.0.3

01 Jun 17:21
ca7d318
Compare
Choose a tag to compare
  • Add MariaDB Driver. #219

Full Changelog: v7.0.2...v7.0.3

v7.0.2

23 Apr 14:05
8853236
Compare
Choose a tag to compare
  • 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

05 Mar 14:33
a21df90
Compare
Choose a tag to compare
  • Reset default value if is autoincrement in #208
  • Check if procedure sql is not null #197