fond-of/propel

Extend the propel PostgreSQL platform

1.0.1 2020-06-05 06:38 UTC

This package is auto-updated.

Last update: 2024-04-18 18:50:44 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...