Yes but a moderator is an user. What differentiate them ?
Multiple n-m relation tables
Hi,
I'm designing a database for a website and I'm in a bit of a situation.

In the drawing just above you can see I have 5 tables. Users, Projects, Moderators, Tags, Comments.
So, to explain it a little. A user can create a project, and a moderator can put a comment on a project. But they can both put one or more tags on a project.
So in my conception, there'll be 3 link tables more. I don't know if it is the best for Eloquent and if I'll get the result I want.
Also, I separated users an moderators so in the eloquent classes I don't have methods from users an moderators.
Thanks in advance for your help !
Please or to participate in this conversation.