How to SELF JOIN using Sequelize in Node
问题 I'm using sequelize-cli for migrations and have researched different scenarios but there doesn't seem to be a definite solid answer as to how to self join. I want to have a join table called friendships which joins users and friends (which are essentially just users). More specifically trying to gain an understanding about the difference between "through" and "as" in this situation. 1) This is my friendship table. Getting tripped up on the second association. I have created two columns, one