DDC-3753: ManyToMany Relations from Value objects #4605

Open
opened 2026-01-22 14:45:48 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Jun 3, 2015).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user Ma27:

I was trying to setup a many-to-many and a one-to-one relation from an embeddable object, but doctrine ignores these relation columns/tables (see screenshots).
As you can see, I've created a relation for followers called SEN_Following and SEN_UserToRole, but when reviewing the tables on the mysql, these tables are not shown.

When executing "php app/console doctrine:schema:update" I get the following message:
Nothing to update - your database is already in sync with the current entity metadata.

Originally created by @doctrinebot on GitHub (Jun 3, 2015). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user Ma27: I was trying to setup a many-to-many and a one-to-one relation from an embeddable object, but doctrine ignores these relation columns/tables (see screenshots). As you can see, I've created a relation for followers called SEN_Following and SEN_UserToRole, but when reviewing the tables on the mysql, these tables are not shown. When executing "php app/console doctrine:schema:update" I get the following message: Nothing to update - your database is already in sync with the current entity metadata.
admin added the Bug label 2026-01-22 14:45:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4605