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 2961144 commit db9cc7fCopy full SHA for db9cc7f
packages/schema/src/res/stdlib.zmodel
@@ -287,7 +287,7 @@ attribute @db.Citext() @@@targetField([StringField]) @@@prisma
287
// Boolean type modifiers
288
289
attribute @db.Boolean() @@@targetField([BooleanField]) @@@prisma
290
-attribute @db.TinyInt(_ x: Int?) @@@targetField([BooleanField]) @@@prisma
+attribute @db.TinyInt(_ x: Int?) @@@targetField([BooleanField, IntField]) @@@prisma
291
attribute @db.Bool() @@@targetField([BooleanField]) @@@prisma
292
293
// Int type modifiers
0 commit comments