We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since https://github.com/prisma/prisma/releases/tag/2.17.0 the Bytes data type has been added to accommodate for byte array/binary data types (https://www.postgresql.org/docs/current/datatype-binary.html#DATATYPE-BINARY) but it is currently not a method on the PrismaModel. The obvious solution is to use the raw method instead, but for coherence's sake and updating the package to Prisma's latest version, I think it'd be a nice addition
Bytes
raw
The text was updated successfully, but these errors were encountered:
Thanks! I can take a look, but a little busy with work at the moment. Anyone else is free to take and any other issue this in the meantime. :)
Sorry, something went wrong.
No branches or pull requests
Since https://github.com/prisma/prisma/releases/tag/2.17.0 the
Bytes
data type has been added to accommodate for byte array/binary data types (https://www.postgresql.org/docs/current/datatype-binary.html#DATATYPE-BINARY) but it is currently not a method on the PrismaModel. The obvious solution is to use theraw
method instead, but for coherence's sake and updating the package to Prisma's latest version, I think it'd be a nice additionThe text was updated successfully, but these errors were encountered: