fond-of/propel
最新稳定版本:1.0.1
Composer 安装命令:
composer require fond-of/propel
包简介
Extend the propel PostgreSQL platform
README 文档
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:
统计信息
- 总下载量: 19.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-17