We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a77e8 commit 734b53bCopy full SHA for 734b53b
packages/generator/src/helpers.ts
@@ -44,6 +44,7 @@ const createType = (item: DMMF.Field) => {
44
return null
45
}
46
const t = item.type
47
+
48
if (t === 'Decimal') {
49
return 'Float'
50
0 commit comments