Postgres supports this data type `chkpass` which c...
# orm-help
b
Postgres supports this data type
chkpass
which can be handy for storing passwords but I noticed in the Prisma docs that unsupported data types will not be part of the generated client. Does Prisma have a model-level helper to achieve something similar?
n
Can you please elaborate on what you mean by a model-level helper?