You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the model name and the actual table name can be set separately, it is necessary to support them.
For ERD tools, we want to use properties that match the real table.
Task description
Since the model name and the actual table name can be set separately, it is necessary to support them.
For ERD tools, we want to use properties that match the real table.
https://www.prisma.io/docs/orm/prisma-schema/data-model/models#mapping-model-names-to-tables-or-collections
I think I can get it with
model.dbName
in DMMF, but I haven't checked.The text was updated successfully, but these errors were encountered: