Skip to content

Releases: kitloong/laravel-migrations-generator

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

v6.4.0

20 Aug 14:17
5bfa5f2
Compare
Choose a tag to compare
  • Generate PgSQL custom column types. #65 , #75

v6.3.2

23 Jul 05:49
c5b447e
Compare
Choose a tag to compare
  • Fallback to longText if CHECK_CONSTRAINTS is not available. #103

v6.3.1

08 Jul 14:29
7b33b6f
Compare
Choose a tag to compare
  • Fix view migrations not generated if database type is PgSQL #99

v6.3.0

03 Jul 13:49
f474212
Compare
Choose a tag to compare
  • Generate connection name if --connection is specified #95
  • Generate SQL expression default value as DB::raw() #96