Retrieving Foreign Key Entities from a Junction Table in Sequelize with Many to Many

后端 未结 0 1213
小蘑菇
小蘑菇 2020-12-23 20:07

I have the the following Entity Mapping in Sequelize.

const Transition = sequelize.define(\'Transitions\', {
  id: {
    type: dataType.INTEGER,
    primaryKe         


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