séquelle inclure Stop Retourner la table de jointure
User.find({
where: {id: userId}, attributes: userFields,
include: [
{model: db.Role, attributes: roleFields, through: {attributes: []}}
]
})
Abobakr