Typeorm joining Relation with condition of data in joined table

前端 未结 0 1079
悲哀的现实
悲哀的现实 2020-11-28 02:30

I have two tables: 1. Devices:


    @Entity()
    export class Devices {

    @PrimaryGeneratedColumn()
    id!:number;


    @Column({unique         


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