To me it appears a nested one-to-many relationship.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
example: post has_many tags through taggings. (and tags have_many posts through taggings)
So, a post can be assigned to multiple tags:
And each tag can have many posts:
The taggings table likely looks like
There you go!
So, since both post and tag can have many of the other, many-many