even though copy on prisma example ``` User ✖...
# orm-help
j
even though copy on prisma example
Copy code
User
    ✖ The field `blog` must provide a relation link mode. Either specify it on this field or the opposite field. Valid values are: `@relation(link: TABLE)`,`@relation(link: INLINE)`

  Blog
    ✖ The field `owner` must provide a relation link mode. Either specify it on this field or the opposite field. Valid values are: `@relation(link: TABLE)`,`@relation(link: INLINE)`