Updating a many-to-many relationship in Prisma

前端 未结 0 355
半阙折子戏
半阙折子戏 2021-01-06 04:55

I\'m trying to figure out the right way to implement an upsert/update of the following schema:

model Post {
  author     String @Id
  lastUpdated DateTime   @         


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