Posts by O Peregrino De Cristo • 1 point
1 post
-
-2
votes1
answer102
viewsA: Belongstomany Relationship - Sequelize
look missed the association (Association) do so : async index(req, res) { const developers = await Developer.findAll({ attributes: ['id', 'name', 'email'], include: [ { model: Technologies, as:…