1 Reply
I want to create a collections named
Slot
with id
, timestamp
, and an array of objects which are from User
collection. How do I do it?
User[]
seems like a good place to start, and Slot
and slotId
are added by prisma extension.