Just go for it. You will learn if it won't work. There is no right or wrong!
Nov 29, 2020
3
Level 1
Blacklist for list for each user
Hey there, I need help for a small problem. I’ve got three tables:
-
users -
lists -
list_user(default many to many relationship)
Now I need in my list a kind of blacklist for each user. So, if a user want, he can put him on or off for e special list. My thought was to get the id from list_user and put this id on a table like list_user_blacklist, but is this a good way?
Please or to participate in this conversation.