I want to create a simple web app that will have a connection from users to items.
Let’s say each user will have some items assigned to him (in this case, series and episodes, and a lot of them).
How should I plan the database structure for a system like this one (tables, fields and so on)? It’s the first time I encounter such a case.
Looks like a typical M:N association.
If you need series and seasons subdivision, or groups of users, etc, you’ll have more tables.