How can I limit many-to-many relationships on Sequelize

后端 未结 0 1348
梦如初夏
梦如初夏 2021-01-20 13:20

I have following associations:

M:N relationship table

ProductCategory.hasMany(Product, { foreignKey: \'productId\' });
Produ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题