Circular many to many relation

前端 未结 0 522
终归单人心
终归单人心 2020-12-30 17:40

I have an user model, and a chat model.

User

export class UserModel extends BaseEntity {
  @PrimaryGeneratedColumn()
  id: number;

  @ManyToMany(() =&         


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