Is there no relations data model for relations in ...
# orm-help
c
Is there no relations data model for relations in Postgres? when I see it under mysql but not postgres: https://www.prisma.io/docs/1.31/datamodel-and-migrations/datamodel-MYSQL-knul/#relations
b
Prisma also supports relations data model in Postgres. Maybe it's a document's problem.
c
thx @bkstorm!