Skip to content

Releases: kitloong/laravel-migrations-generator

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

v6.6.0

10 Nov 15:48
5007ee7
Compare
Choose a tag to compare

v6.5.1

02 Nov 14:08
c9ba8a2
Compare
Choose a tag to compare
  • Generate SQL Server user-defined types. #133

v6.5.0

01 Nov 13:00
124a5be
Compare
Choose a tag to compare
  • 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

09 Oct 11:53
fc37c5e
Compare
Choose a tag to compare
  • Generate index with length. #109
  • Corrects fullText to fulltext.

v6.4.2

01 Oct 14:37
83f2954
Compare
Choose a tag to compare
  • level key check for MariaDB backward compatibility. #121

v6.4.1

02 Sep 15:38
fd8c3d3
Compare
Choose a tag to compare