Is it possible to create a field that is unique an...
# prisma-client
f
Is it possible to create a field that is unique and can be optional ? Like in the example?
Copy code
phone        String?       @unique
n
Hey Filip 👋 This is not possible as of now. You can refer to this GitHub Discussion
f
Thanks !