In my Prisma schema, I have a many-to-many relationship between posts and categories. I\'ve added @map options to match the Postgres snake_case naming convention:
@map