We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example 1: orders to customers : many orders per the same customers (makes sense)
Example 2: 2.1 post to post_topics : many posts to one post_topic why not one to many? see screenshot 3, there it has one to many
2.2 post_topics to topics : one post_topics to many topics the same question
The text was updated successfully, but these errors were encountered:
Fix join relationships. Closes #8758
df271c5
befb2f8
igorlukanin
No branches or pull requests
Example 1:
orders to customers : many orders per the same customers (makes sense)
Example 2:
2.1 post to post_topics : many posts to one post_topic
why not one to many? see screenshot 3, there it has one to many
2.2 post_topics to topics : one post_topics to many topics
the same question
The text was updated successfully, but these errors were encountered: