I created a scalar list tags in Post model. I want only unique tags in the list. How to do that?
Post model:
I created a scalar list tags in Post model. I want only unique tags in the list. How to do that?
Post model:
Copyright © 2021 Jogjafile Inc.

Prisma does not have support for this. This question has an answer that might interest you.