-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options (charset, collation) to DiscriminatorColumn to align it with Column options #10462
Labels
Comments
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 29, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 29, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 29, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 29, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 30, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 30, 2023
JanTvrdik
added a commit
to JanTvrdik/doctrine-orm
that referenced
this issue
Mar 30, 2023
Was this resolved with #10601 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: