fond-of / propel
Extend the propel PostgreSQL platform
1.0.1
2020-06-05 06:38 UTC
Requires
- php: >=7.1
- propel/propel: ^2.0@alpha
Requires (Dev)
- codeception/codeception: ^4.0
This package is auto-updated.
Last update: 2026-02-18 22:52:08 UTC
README
This package is mainly used to extend and fix the Propel 2 package in environments where it is not possible to update to a newer version.
Usage
Override PostgreSQL Platform
Set the platformClass in the generator to \FondOf\Propel\Generator\Platform\PgsqlPlatform
Fixes
Elements which are fixed by this package
- add unique indices by constraint
- Before:
CREATE UNIQUE INDEX..., After:ALTER TABLE...
- Before: