Does anyone know a way to map the names of join ta...
# orm-help
w
Does anyone know a way to map the names of join tables? having ‘A’ and ‘B’ is going to make it more difficult on the non-prisma clients that are using our db (power-bi)
r
Hey William 👋 Currently it’s not possible to configure these, but do add your use case to this request so that we can look into this 🙂
d
@William Chantry You can map them like this: https://www.prisma.io/docs/concepts/components/prisma-schema/relations#relation-tables Unless it’s a self relation. I had this issue. https://github.com/prisma/prisma/issues/5234
w
@DavidT I tried that, but then connecting didn’t work the same way - as described here, you need to jump through some extra steps: https://www.prisma.io/docs/support/help-articles/working-with-many-to-many-relations