Typeorm Update Record with Uuid

后端 未结 0 722
时光取名叫无心
时光取名叫无心 2020-12-07 16:59

I am trying update a record where the primary key is a auto generated unique identifier.

export class Item {
    @PrimaryGeneratedColumn("uuid")
            


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