Skip to content

Releases: kitloong/laravel-migrations-generator

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

v7.0.0

03 Mar 15:31
44e070f
Compare
Choose a tag to compare
  • Add Laravel v11 support in #201
  • Use native enum in #204
  • Remove Doctrine DBAL in #203
  • Support minimum Laravel v10.43
  • Support minimum PHP 8.1

v6.11.1

03 Mar 15:25
0f007e8
Compare
Choose a tag to compare
  • Test PHP 8.3 in #191
  • Migrate to larastan/larastan in #195
  • Check directory exists, if not create... by @Niyiojeyinka in #199

New Contributors

v6.11.0

10 Oct 13:58
220b5f1
Compare
Choose a tag to compare
  • Add --skip-vendor to ignore vendor migrations. #182

v6.10.0

26 Mar 07:50
116f50f
Compare
Choose a tag to compare
  • Generate tinyText column.