completed Implementation of User Event page
This commit is contained in:
@@ -24,7 +24,7 @@ model Participant {
|
||||
appointmentCancelled Boolean @default(false)
|
||||
finished Boolean @default(false)
|
||||
eventAppointmentId Int?
|
||||
statusLog Json[]
|
||||
statusLog Json[] @default([])
|
||||
eventId Int
|
||||
// relations:
|
||||
User User @relation(fields: [userId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user