Pretty simple diagram..
My question is around the fields "liked" and "following" in the joining table.
Before I do a write to this table I'm going to need to check a record doesn't already exist.
EG a person could "like" the project, then decide to "follow" it or vice-versa.
I can do that easily enough in my code, my question is what is the best method to use here?
Should I split the "like" and "following" into separate tables instead?
Thanks for any input
