Sequelize - hasMany slow fetching one with many relations

后端 未结 0 1879
攒了一身酷
攒了一身酷 2020-12-18 04:04

I have one entity with 5 hasMany on it.

@Table
class Book extends Model {
    @ForeignKey(() => Person)
    @Column
    authorId:          


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