feat: add tournament creation wizard with participant management and bulk game entry
This commit is contained in:
@@ -100,6 +100,7 @@ model EventParticipant {
|
||||
player Player @relation(fields: [playerId], references: [id])
|
||||
event Event @relation(fields: [eventId], references: [id])
|
||||
|
||||
@@unique([eventId, playerId])
|
||||
@@map("event_participants")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user