#Unique constraint failed on the constraint

5 messages · Page 1 of 1 (latest)

stone flare
#

Unique constraint failed on the constraint

tepid kernel
#

You're adding duplicate data to the database

#

The userId field is unique and you're inserting non-unique data for that field

stone flare
#

I have removed the @unique thing, generated the client and stuff but I still get the same error?

stone flare
#

Anyone know why?