In my schema I auto generate ids for this particul...
# orm-help
m
In my schema I auto generate ids for this particular model
id          String        @id @default(cuid())
I have a special case where I need to generate the record using an id I generate. Is it possible to pass a custom id into
prisma.model.create
?
c
Yes.