#Unique constraint failed on the constraint
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
Unique constraint failed on the constraint
You're adding duplicate data to the database
The userId field is unique and you're inserting non-unique data for that field
I have removed the @unique thing, generated the client and stuff but I still get the same error?
Anyone know why?