c
p
try
id: ID! @id
which prisma version are you running, btw?
c
1.17.1
p
I believe
@unique
directive should be used for things like username in order to avoid collisions
c
Thank you for the help , it still doesen’t wok but will do some more research
p
hmm and which message are you getting after replacing
@unique
with
@id
?
c
No wait it works now, thanks a lot!!
p
Glad it works now! You are welcome : )