Skip to content

Releases: odan/phinx-migrations-generator

5.4.3

25 Sep 22:39
Compare
Choose a tag to compare

Fixed

  • Fix default value for column of type bit #103

5.4.2

06 Sep 16:32
59261c0
Compare
Choose a tag to compare

Fixed

  • Fixed generation for multiple-column indexes with limit #102 Thanks to @BLaDZer

5.4.1

04 May 07:55
Compare
Choose a tag to compare

Fixed

  • Fix bigint(20) type mapping
  • Fix numeric unsigned bug

5.3.2

31 Dec 00:05
Compare
Choose a tag to compare

Fixed

5.4.0

07 Feb 20:34
4da08aa
Compare
Choose a tag to compare

Added

  • Add PHP 8 support

5.3.1

25 Sep 22:41
0619977
Compare
Choose a tag to compare

Fixed

  • Fixed polyfill for all PHP 7.2 / 7.3 #89 Thanks to @t0mmy742

5.3.0

25 Sep 14:41
Compare
Choose a tag to compare

Added

  • Added polyfill for array_key_first #88 to continue support for PHP 7.2

5.2.0

17 Sep 22:25
Compare
Choose a tag to compare

Added

 'paths' => [
        'migrations' => [
            'Db\Migrations' => '%%PHINX_CONFIG_DIR%%/db/migrations',
        ],
    ],

Changed

  • Optimized code structure

5.1.2

15 Jun 19:43
Compare
Choose a tag to compare

Fixed

  • Fixed "Duplicate key name". Add drop before create in case that index has changed. #84 Thanks to @alexgolod

5.1.1

15 Jun 07:16
Compare
Choose a tag to compare

Fixed

  • Fixed column position for MySQL 8