Skip to content

Releases: kitloong/laravel-migrations-generator

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

v6.2.1

19 Jun 15:29
13589fd
Compare
Choose a tag to compare
  • Generate primary key as increments for PgSQL, SQLSrv, and SQLite.

v6.2.0

29 May 07:29
db00d2d
Compare
Choose a tag to compare
  • Support MariaDB database

v6.1.0

28 May 10:20
Compare
Choose a tag to compare
  • Support SQLite database. #86

v6.0.0

21 May 14:50
Compare
Choose a tag to compare
  • Code refactored, abstract doctrine/dbal.
  • Added fulltext index support.
  • Added more test cases.
  • Fixd miscellaneous bugs.

v5.2.2

13 May 15:44
425f43d
Compare
Choose a tag to compare
  • Fixed unable to generate Postgres migrations when using --connection #84

v5.2.1

06 May 14:54
52e415d
Compare
Choose a tag to compare
  • Fixed TypeError on generate migration files #79
  • money and smallmoney will now generated as decimal(19,4) and decimal(10,4) respectively. #78
  • Minor update code structure.