mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Unique constraints should not be mapped as unique indexes in DBAL schema #5257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilhermeblanco on GitHub (Sep 15, 2016).
Originally assigned to: @guilhermeblanco on GitHub.
When defining unique constraints on ORM, they should not be converted to unique indexes when mapped in DBAL schema.