| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phinx.phar | 2026-03-15 | 2.4 MB | |
| 0.16.11 source code.tar.gz | 2026-03-15 | 141.9 kB | |
| 0.16.11 source code.zip | 2026-03-15 | 201.9 kB | |
| README.md | 2026-03-15 | 3.2 kB | |
| Totals: 4 Items | 2.7 MB | 0 | |
Features
- Add "nativeuuid" type for databases with native uuid support by @nicosp in https://github.com/cakephp/phinx/pull/2282
- Use timestamp column type for phinxlog if addTimestampsUseDateTime flag disabled by @qnnp-me in https://github.com/cakephp/phinx/pull/2401
- Add algorithm/lock Support for alter columns in mysql by @lutdev in https://github.com/cakephp/phinx/pull/2399
Fixes
- Rework sqlite fk pragma handling by @MasterOdin in https://github.com/cakephp/phinx/pull/2365
- Fix Decimal Column Definition Issue When Scale is 0 by @runphp in https://github.com/cakephp/phinx/pull/2377
- Fix cache key for phar workflow by @MasterOdin in https://github.com/cakephp/phinx/pull/2382
- Improve precision and scale behavior across adapters by @MasterOdin in https://github.com/cakephp/phinx/pull/2383
- Improve quote behavior of CURRENT_TIMESTAMP default by @MasterOdin in https://github.com/cakephp/phinx/pull/2389
- Fix php85 mysql attr constant by @schlndh in https://github.com/cakephp/phinx/pull/2405
Documentation
- Add phpdoc for options array for addColumn and changeColumn by @joshbmarshall in https://github.com/cakephp/phinx/pull/2394
Miscellaneous
- Make configuration a top-level option by @MasterOdin in https://github.com/cakephp/phinx/pull/2375
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2372
- Add test for mysql zero scale column def fix by @MasterOdin in https://github.com/cakephp/phinx/pull/2378
- Update set output usage in GH workflows by @MasterOdin in https://github.com/cakephp/phinx/pull/2379
- Update upload asset step for phar workflow by @MasterOdin in https://github.com/cakephp/phinx/pull/2380
- Update phpunit to ^10.5 by @MasterOdin in https://github.com/cakephp/phinx/pull/2381
- Bump phpstan to 1.12.x by @MasterOdin in https://github.com/cakephp/phinx/pull/2363
- Fix deprecations in phpstan config by @MasterOdin in https://github.com/cakephp/phinx/pull/2387
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2392
- Update symfony/yaml requirement from ^4.0|^5.0|^6.0|^7.0 to ^4.0|^5.0|^6.0|^7.0|^8.0 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2397
- Update symfony/config requirement from ^4.0|^5.0|^6.0|^7.0 to ^4.0|^5.0|^6.0|^7.0|^8.0 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2398
- Update symfony/console requirement from ^6.0|^7.0 to ^6.0|^7.0|^8.0 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2396
- Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/cakephp/phinx/pull/2403
New Contributors
- @runphp made their first contribution in https://github.com/cakephp/phinx/pull/2377
- @nicosp made their first contribution in https://github.com/cakephp/phinx/pull/2282
- @qnnp-me made their first contribution in https://github.com/cakephp/phinx/pull/2401
- @schlndh made their first contribution in https://github.com/cakephp/phinx/pull/2405
- @lutdev made their first contribution in https://github.com/cakephp/phinx/pull/2399
Full Changelog: https://github.com/cakephp/phinx/compare/0.16.10...0.16.11