Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about ManyToMany relation #418

Open
matthieu-delisle opened this issue Aug 6, 2024 · 0 comments
Open

Question about ManyToMany relation #418

matthieu-delisle opened this issue Aug 6, 2024 · 0 comments

Comments

@matthieu-delisle
Copy link

Hi,

We have a Company and a Contact entity, they have a ManyToMany relation and this is creating 3 tables (Company, Contact and Company_Contact). If I delete a Contact, we see the "removed" in the Contact_Audit table, but what we don't see is the link between the Contact and the Company behing lost in any Audit table, there is no dissociation or what ever information.

Is this normal? What do I don't understand, for us it is important to know that this relation was lost during the removal of the Contact.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant