Skip to content

Releases: kitloong/laravel-migrations-generator

v6.9.1

25 Mar 16:07
7669a1d
Compare
Choose a tag to compare
  • Update phpcs rules.
  • Check the existence of GENERATION_EXPRESSION column. #171

v6.9.0

22 Mar 08:15
7bc1c26
Compare
Choose a tag to compare
  • Sort PgSQL index names alphabetically. #167

v6.8.2

07 Mar 14:40
4d725cc
Compare
Choose a tag to compare
  • Bind DB Schema instance instead of singleton. #163
  • Do not generate table empty comments.

v6.8.1

06 Mar 15:52
4c04e38
Compare
Choose a tag to compare

New Contributors

v6.8.0

06 Feb 15:24
4486f33
Compare
Choose a tag to compare
  • Add Laravel 10.

v6.7.1

30 Dec 11:31
9e790b7
Compare
Choose a tag to compare
  • Use fromValue for fallback compatibility. #151

v6.7.0

26 Dec 12:36
ea33a94
Compare
Choose a tag to compare
  • 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

07 Dec 16:00
be7b69e
Compare
Choose a tag to compare
  • Add myclabs/php-enum:^1.6|^1.7|^1.8 to support PHP>=7.1.3. #147

v6.6.2

02 Dec 14:33
f76e20e
Compare
Choose a tag to compare
  • Generate table comment

v6.6.1

29 Nov 12:56
b8a6c0e
Compare
Choose a tag to compare
  • Generate anonymous migration #142