addToCollection and set intermediate table column values as well
问题 I am using Sails v1.1 - Following the example from the "Through" associations on sails - https://sailsjs.com/documentation/concepts/models-and-orm/associations/through-associations They defined a "through" association as basically a custom model. So this really isn't "through", it's just controlling the join table for the many to many relation. So in the intermediate model, I added a custom attribute of isTyping seen below. Is it possible to add to collection and set this intermediate value