How do the following two old-type-datamodel type ...
# orm-help
m
How do the following two old-type-datamodel type definitions translate to the new datamodel (prisma 1.34.10)?
author: User! @relation(name: "UserToPost", onDelete: SET_NULL)
 
comments: [Comment!]! @relation(name: "CommentsToPost", onDelete: CASCADE)