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
I will try to create a reproducible demo as soon as possible. I decided to post it without one in case you have any idea about what could be happening. I've seen this issue #302 which also has a conflict. Maybe is related?
Steps to Reproduce
schema.prisma
model Company {
id Int @id @default(autoincrement())
user User @relation(fields: [userId], references: [clerkId])
userId String @unique
name String?
imageUrl String?
salary Price[]
/// [WorkDayHoursType]
workDayHours Json?
}
Prerequisites
Versions
A minimal reproducible example
Don't have it
Description
Before using this libray:

After using this library:

I will try to create a reproducible demo as soon as possible. I decided to post it without one in case you have any idea about what could be happening. I've seen this issue #302 which also has a conflict. Maybe is related?
Steps to Reproduce
schema.prisma
prisma.d.ts
npx prisma generate
. Just it.Expected Behavior
Keep Prisma types.
The text was updated successfully, but these errors were encountered: