This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So I'm trying to wrap my head around how to relate the different table in my schema. The idea is this:
Users -- Can Have many lists
List -- Can have 0 or Many movies -- Has one owner -- Can be shared with 0 or Many other users
Movies -- Can be watched by 0 or Many users -- Can have 1 or Many genres -- Can be in 1 or Many lists
I have no idea if that's a good approach or not, but aside from other misc details, that's the core of what I want to accomplish.
How can I relate these tables in such a way that, I can actually make it work?
This is what I have so far. It's not exactly what I've described above, but I think it's close.
Subreddit
Post Details
- Posted
- 7 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/DatabaseHel...