Is it possible to access metadata about the prisma model?

后端 未结 0 616
不知归路
不知归路 2020-12-12 19:31

Let\'s say I have a model in my schema.prisma file:

model Post {
  id        Int   @id @default(autoincrement())
  author    User  @relation(fiel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题