Hi, I want to want to have an 1:n relationship (`a...
# prisma-client
a
Hi, I want to want to have an 1:n relationship (
aThing
,
bThing
). But the data comes async over a eventbus. So it can happen, that
aThing
trys to reference an ID from
bThing
, that is currently not there. How can I describe this in the schema, so that I dont get an `Foreign key constraint failed on the field`error?