Typeorm bulk insert new rows and return those that already exist (Postgres)

前端 未结 0 1782
遥遥无期
遥遥无期 2021-01-29 01:29

I have the following Group entity

export class Group {
  @PrimaryGeneratedColumn(\'increment\')
  id: number;

  @Column({ type: \'varchar\', unique: true })
  na         


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