Sequelize belongsToMany additional attributes in join table
I'm having problem with an additional attribute in the join table of the belongsToMany relation. In the set or add method this attribute is not being passed to mysql. I'm following the documentation pass as "through" the attribute within the set method, but it is not working. Would anyone know what could be wrong since following the documentation is not working? Note: The registration and update of the join is correct, only the additional attribute that is not being passed to the table. Functionality Model: export default function(sequelize, DataTypes) { const Functionality = sequelize.define(