raqfc

Results 4 comments of raqfc
trafficstars

> I'm running into a "usability" issue with inheritance that is similar to the one in the first message. I have a legacy API with large objects which can be...

Any updates on this?? This feature would help a lot

> Any updates on this?? One way relationships would remove A LOT of unnecessary bloat from my schema. This other issue #3045 has been closed

> Consider this sample schema from `preview025` > > ```prisma > model User { > id String @default(cuid()) @id > avatar File? > } > > model Product { >...