diff --git a/packages/prisma-fabbrica/src/templates/index.ts b/packages/prisma-fabbrica/src/templates/index.ts index 9577961a..50384519 100644 --- a/packages/prisma-fabbrica/src/templates/index.ts +++ b/packages/prisma-fabbrica/src/templates/index.ts @@ -102,7 +102,7 @@ export const scalarFieldType = ( return template.typeNode`Date`(); case "Bytes": return template.typeNode`Buffer`(); - case "JSON": + case "Json": // FIXME Is the folloing type right? // return template.typeNode`Prisma.Json`(); return ast.keywordTypeNode(ts.SyntaxKind.AnyKeyword);