Why is a model required to have an @id or @unique ...
# orm-help
c
Why is a model required to have an @id or @unique constraint?
d
Hello @Caleb Clark I believe it's because Prisma needs a primary key (or unique key) to make some optimizations and to enable functions such and fundUnique, and relations between models