Mysql – How to create tables relationship like adjacency matrix?
I have the following problem. I need create tables for storing data like adjacency matrix. For example the images below: kills relationship between heroes Damage relationship between heroes I need to store this relationship between the heroes.