ahlwong
Results
1
comments of
ahlwong
I have issues here as well: models.User.belongsToMany(models.Company, { as: 'JoinCompanies', through: 'CompanyJoin', onDelete: 'CASCADE' }); models.Company.belongsToMany(models.User, { as: 'JoinUsers', through: 'CompanyJoin', onDelete: 'CASCADE' }); SequelizeAssociationError: You have used the alias...