Two attributes sharing the same OneToMany relationship to one entity Symfony2
问题 Let's first describe my situation. I am using Symfony2 and I have a problem with a relationship between my entities. I have two entities that are linked together. The two entities are AssociationQuestion and AssociationPossibleAnswer . I am currently creating a questionary software where one would have to link one possible answer on the left to another one possible answer on the right, such as in the following example: Currently, I'm planning on having two attributes that are arrays in class