How to properly define Sequelize assocation during data insertion

前端 未结 0 1788
说谎
说谎 2020-12-04 20:18

I am trying out Sequelize association and I am having an issue.

I have two models

class User extends Model { }
User.init(
    {
        id: {
                  


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