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

Add relations between entities #52

Merged
merged 10 commits into from
Mar 14, 2022
Merged

Add relations between entities #52

merged 10 commits into from
Mar 14, 2022

Conversation

helenahalldiniths
Copy link
Contributor

This will fix #10.
The following connections have been added:

  1. Crime -> Category (unidirectional, ManyToOne)
  2. Crime -> Address (unidirectional, ManyToOne)
  3. Criminal -> Address (unidirectional, ManyToOne)
  4. Victim -> Address (unidirectional, ManyToOne)
  5. Crime <-> Victim (bidirectional, ManyToMany, Crime is parent)
  6. Crime <-> Criminal (bidirectional, ManyToMany, Crime is parent)

@LordRekishi LordRekishi merged commit 489d6a7 into main Mar 14, 2022
@LordRekishi LordRekishi deleted the relations branch March 14, 2022 17:10
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

Successfully merging this pull request may close these issues.

Add Connections between Entities
2 participants