fond-of / propel
Extend the propel PostgreSQL platform
Installs: 16 486
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- propel/propel: ^2.0@alpha
Requires (Dev)
- codeception/codeception: ^4.0
This package is auto-updated.
Last update: 2024-10-18 19:48: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: