-
Notifications
You must be signed in to change notification settings - Fork 155
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
Questions concerning Relationship definition #55
Comments
lazy: medium article |
Hello, @klav-zhaw related to your questions.
|
Hi @jonra1993 ,
I have questions on the Relationship usage, class Hero:
Why not add a created_by_id to the HeroBase instead of Hero? Why is it Optional, or can it be required, since we always have a user that created a hero?
Where can I find information, which sa_relationship_kwargs I should use, and should there be another one to define what happens if records are deleted?
And also: why no backpopulates with the created_by relationship?
Do we really need the primaryjoin argument?
The text was updated successfully, but these errors were encountered: