mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3880: Attribute overrides for FOSUserBundle #4750
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 @doctrinebot on GitHub (Aug 26, 2015).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user Poule_R:
Hi,
We're using the FOSUserBundle with Doctrine and we're using utf8mb4 for our database and tables. Therefore we need to change the length of the following fields:
So I've created these attribute overrides in our XML file:
But when I try to generate the entities (for other bundles for e.g.) I get this error:
My current work-around is to remove the attribute-overrides from the XML file and generate the entities, however I'm searching for a real solution. How can I fix this error?
@violuke commented on GitHub (May 27, 2016):
I'm also having the same problem (using annotations). Any chance this could be fixed?
@CountZero1981 commented on GitHub (Jul 20, 2016):
the same here