You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
It should be possible to use a junction table in more then one relation.
This means that in delete operations, this should be taken into account, as the junction table record should not be deleted when the relation between two objects is deleted (as other objects could depend on this relation).
This in turn means junction tables should probably be required to have their own model, so their relationships are known. This model can then be used as "through" model in a many-to-many relation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It should be possible to use a junction table in more then one relation.
This means that in delete operations, this should be taken into account, as the junction table record should not be deleted when the relation between two objects is deleted (as other objects could depend on this relation).
This in turn means junction tables should probably be required to have their own model, so their relationships are known. This model can then be used as "through" model in a many-to-many relation.
The text was updated successfully, but these errors were encountered: