Need help with setting up prisma schemas
so basically I want a user to be able to create and join events. I've set up a way to identify the host of an event, but not how to keep track of the members of the event (those who join the event). I kept getting some errors when I tried to implement it myself and it was hard to keep track of them so i got rid of what i had cause it was not working. What is a good way of keeping track of Users who join the event?
5 Replies
What about adding a property „member“ which is User[] to the Event?
I tried that, and but I couldnt figure out how to set up the @relation parameters
if anyone knows how to do this pls @ me
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i don't entirely understand that last part
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View