mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Add options (charset, collation) to DiscriminatorColumn to align it with Column options #7100
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 @janedbal on GitHub (Jan 26, 2023).
Feature Request
Summary
As stated in related dbal issue, when trying to declare charset and collation for discriminator column, the only option to use is
columnDefinition(which causes the migration issue described in the dbal issue). I believe that DiscriminatorColumn is not that much different from regular Column and it should support the same features.@mattjanssen commented on GitHub (Feb 15, 2024):
Was this resolved with https://github.com/doctrine/orm/pull/10601 ?