You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love what you guys do!!!
On this current project I am on I have to use MongoDB, I am connecting with Prisma.
Within my schema.prisma file many of the associated types are not being defined by zod-prisma
Is there a workaround for this?
Here is an example of one of the missed types
type DailyReportContinent {
AF Int
AS Int
EU Int
NA Int
OC Int
SA Int
}
The text was updated successfully, but these errors were encountered:
Love what you guys do!!!
On this current project I am on I have to use MongoDB, I am connecting with Prisma.
Within my schema.prisma file many of the associated types are not being defined by zod-prisma
Is there a workaround for this?
Here is an example of one of the missed types
The text was updated successfully, but these errors were encountered: