Is the `@unique` decorator meant to be case insens...
# orm-help
d
Is the
@unique
decorator meant to be case insensitive? I'm having issues where I can create numerous records with the same value but different casing: https://github.com/prismagraphql/prisma/issues/1641#issuecomment-399752411 Seems like this shouldn't be the case given the docs here: https://www.graph.cool/docs/reference/database/data-modelling-eiroozae8u#field-constraints
n
thanks, I replied on GH