热爱/推进

扩展 propel PostgreSQL 平台

1.0.1 2020-06-05 06:38 UTC

This package is auto-updated.

Last update: 2024-09-18 19:44:09 UTC


README

此包主要用于在无法升级到较新版本的环境中扩展和修复 Propel 2 包。

使用方法

覆盖 PostgreSQL 平台

在生成器中将 platformClass 设置为 \FondOf\Propel\Generator\Platform\PgsqlPlatform

修复内容

此包修复的元素

  • 通过约束添加唯一索引
    • 之前: CREATE UNIQUE INDEX...,之后: ALTER TABLE...