Sequelise : Many To Many table(CROSS TABLE) associated to other table
This is my Diagram DATABASE : https://i.stack.imgur.com/CGAwh.png I made models of my databases with SEQUELIZE like that : MODEL : Level module.exports = (sequelize, DataTypes) => { const Level =…