hey, I'm exploring prisma and after adding the 2 t...
# orm-help
b
hey, I'm exploring prisma and after adding the 2 tables on the tutorial
User
and
Post
, the connecting table
_PostToUser
has 3 columns:
id
,
A
and
B
. Is there a way to make those column names more descriptive?
I've found this https://www.prisma.io/forum/t/relational-column-names/5327 but it has no replies.