Skip to content

Releases: odan/phinx-migrations-generator

4.0.5

31 May 07:26
Compare
Choose a tag to compare

Fixed

  • Fix diff for unchanged tables #55

4.0.4

04 May 11:34
Compare
Choose a tag to compare

Fixed

  • Fixed int, bigint limit
  • Fixed decimal precision

4.0.3

19 Feb 21:18
Compare
Choose a tag to compare
  • Fixed migration path issue on php 7.3 #50

4.0.2

19 Feb 09:07
Compare
Choose a tag to compare
4.0.2 Pre-release
Pre-release

Fixed

  • Fixed migration path issue on php 7.3

4.0.1

10 Feb 17:39
Compare
Choose a tag to compare

Fixed

  • Fixed invalid default column value

Changed

  • Use single quotes for table names

4.0.0

24 Dec 22:45
Compare
Choose a tag to compare

Changes

  • Changed minimum version to PHP 7.2
  • Optimized generated code structure (no variables required anymore)

Added

  • Added support for multiple column primary keys #46
  • Added Interfaces #47
  • Added typehints

Removed

  • Removed TABLE_SCHEMA (database name) from schema.php #45

3.1.0

21 Oct 13:13
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect removal of index when they don't exist #44

3.0.1

09 Jul 16:18
Compare
Choose a tag to compare

Fixed

  • Fixed addColumn to fix change column errors #37

3.0.0

03 Jul 16:37
Compare
Choose a tag to compare

Changes

  • Updated to phinx ^0.10
  • Changed dropTable to $this->table($table)->dropTable()->save();

2.7.0

12 Jun 17:54
Compare
Choose a tag to compare

Fixed

  • Fixed primary keys
  • Fixed undefined index when there are no old tables
  • Fix delete rule for foreign keys
  • Fixed default bit value literals

New

  • Added support for table row_format