phinx-migrations-generator

A Migration Code Generator for Phinx

MIT License

Downloads
617.4K
Stars
230
Committers
20

Bot releases are visible (Hide)

phinx-migrations-generator - 6.2.0 Latest Release

Published by odan 6 months ago

Added

phinx-migrations-generator - 6.1.1

Published by odan 6 months ago

phinx-migrations-generator - 6.1.0

Published by odan about 1 year ago

Due to technical issues with Phinx versioning and some (incompatible) changes in Phinx 0.15, this minor version had to be adjusted accordingly.

Fixed

Changed

Removed

phinx-migrations-generator - 6.0.1

Published by odan about 1 year ago

phinx-migrations-generator - 6.0.0

Published by odan about 1 year ago

Changed

  • Update requirements to PHP 8.1+
  • Require phinx 2.x

Removed

  • Remove support for phinx 0.x
  • Remove unused dev-dependencies
phinx-migrations-generator - 5.7.1

Published by odan almost 2 years ago

Fixed

  • Fix invalid default value for datetime column #111
phinx-migrations-generator - 5.7.0

Published by odan almost 2 years ago

Changed

phinx-migrations-generator - 5.6.0

Published by odan about 2 years ago

Added

phinx-migrations-generator - 5.5.0

Published by odan over 2 years ago

phinx-migrations-generator - 5.4.3

Published by odan about 3 years ago

Fixed

  • Fix default value for column of type bit #103
phinx-migrations-generator - 5.4.2

Published by odan about 3 years ago

Fixed

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

Published by odan over 3 years ago

Fixed

  • Fix bigint(20) type mapping
  • Fix numeric unsigned bug
phinx-migrations-generator - 5.4.0

Published by odan over 3 years ago

Added

  • Add PHP 8 support
phinx-migrations-generator - 5.3.2

Published by odan almost 4 years ago

Fixed

  • Fix numeric unsigned bug. Thanks to @xiaochong0302
phinx-migrations-generator - 5.3.1

Published by odan about 4 years ago

Fixed

  • Fixed polyfill for all PHP 7.2 / 7.3 #89 Thanks to @t0mmy742
phinx-migrations-generator - 5.3.0

Published by odan about 4 years ago

Added

  • Added polyfill for array_key_first #88 to continue support for PHP 7.2
phinx-migrations-generator - 5.2.0

Published by odan about 4 years ago

Added

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

Changed

  • Optimized code structure
phinx-migrations-generator - 5.1.2

Published by odan over 4 years ago

Fixed

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

Published by odan over 4 years ago

Fixed

  • Fixed column position for MySQL 8
phinx-migrations-generator - 5.1.0

Published by odan over 4 years ago

Added

  • Added support for SET type #81