TypeORM: Providing param to relation of relation

前端 未结 0 349
醉话见心
醉话见心 2021-01-04 07:18

In TypeORM, I have the following entities:

@Entity()
class Game {
   @PrimaryGeneratedColumn()
   id: number

   @ManyToOne(() => Team, { eager: true )
            


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