Hi everyone,
I have a table where user X can endorse user Y on a particular skill Z.
The final table will be something like this:
John | Carol | Painting
Carol | John | Drawing
Fred | John | Drawing
Bill | John | Writing
Then I will have a separate t...