MrDell
07/11/2022, 4:40 PMnikolasburk
MrDell
07/11/2022, 4:48 PMMichael Jay
07/11/2022, 4:49 PMMrDell
07/11/2022, 4:53 PMMrDell
07/11/2022, 4:53 PMMrDell
07/11/2022, 6:05 PMmodel Player {
id String @id @default(cuid())
discord_id BigInt @unique
createdAt DateTime? @default(now())
region String
country String
timezone String
Tournaments Tournament[]
}
with the error of
Invalid `prisma.player.create()` invocation:
Unique constraint failed on the fields: (`discord_id`)
Michael Jay
07/11/2022, 6:11 PMMrDell
07/11/2022, 6:12 PMMrDell
07/11/2022, 6:12 PM