-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Prisma PostgreSQL native types mapping support #6
Comments
I'd like to, but Prisma does not expose this data, as well as |
Sounds not good =(( |
We actually reached out to them already on Discord and I believe I've seen the issue requesting this from long ago, not sure what else I can do to make it happen. |
I got it, so I guess the issue can be closed |
Let it be, this IS an issue after all, just not all that dependent on my actions for now |
I understand |
Hey! What do you think about this? 🙂 This might help to implement the lacking functionality |
I've created the PR using the approach above to add support for Time type for PostgreSQL By this example possible to add support for other types. It can be temporary solution till the moment when Prisma team implements the native type exposing natively |
I've also added support of native time type for MySQL |
Hi!
I would like to request support for Postgres Native types mapping from the Prisma Schema, for example Prisma Schema:
Now generated to this drizzle schema:
But it should be:
The text was updated successfully, but these errors were encountered: