Hello, when trying to use JSON scalar type, I get ...
# prisma-whats-new
r
Hello, when trying to use JSON scalar type, I get this:
Copy code
✖ The field `config` has the type `JSON` but there's no type or enum declaration with that name.
    ✖ The relation field `config` must specify a `@relation` directive: `@relation(name: "MyRelation")`