I am trying update a record where the primary key is a auto generated unique identifier.
export class Item { @PrimaryGeneratedColumn("uuid")