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 created two @abstract models with fields
I used only one of them for my model with @inherits instruction
But generated prisma file contains model with fields from both abstract models
I created two @abstract models with fields
I used only one of them for my model with @inherits instruction
But generated prisma file contains model with fields from both abstract models