mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Documentation clarification - bidir, OneToMany #5291
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 @bitwombat on GitHub (Oct 13, 2016).
From the reference manual:
I know this is basic and fundamental, and I appreciate you guys' patience. But I don't follow the reasoning here.
OK, that's the statement, and what I don't understand. The rest of the paragraph is the reasoning.
I understand that the FK is defined on the many side. But why does this make bidirectionality necessary?
But, all the information is present in the "many" side:
Why do we need the mirror image of this same information on the "one" side?
Happy to help clarify the documentation with a PR if it's not "just me" :)