TypeORM use abstract classes in between @Entity() and @ChildEntity

前端 未结 0 1771
耶瑟儿~
耶瑟儿~ 2021-01-07 18:08

I would like to achieve the following single table inheritance with TypeORM:

@Entity()
@TableInheritance({column: {type: "varchar", name: "type         


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