TypeORM many to many relationship give duplicate row when saving

后端 未结 0 1921
梦谈多话
梦谈多话 2021-02-08 14:09

Let\'s say I have some entities like this

Project Entity

@Entity()
export class ProjectEntity {

    @PrimaryGeneratedColumn()
    id: num         


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