mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
Can't use doctrine:generate:entities when embedded is used #5191
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 @SacreFrancis on GitHub (Jul 17, 2016).
Originally assigned to: @Majkl578 on GitHub.
I have an Entity: User, who is using an embedded propertry : Gender.
And I have an error when i use bin/console doctrine:generate:entities
@nnmer commented on GitHub (Sep 18, 2016):
same issue
symfony 2.8.8
@nnmer commented on GitHub (Sep 18, 2016):
working. Have to specify a columnPrefix
@Majkl578 commented on GitHub (Dec 20, 2017):
EntityGenerator is going to be removed in Doctrine 3.0, thanks for reporting and sorry for no response.