Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit b1c9569

Browse files
ymc9Copilot
andauthored
Update packages/language/res/stdlib.zmodel
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e1b4850 commit b1c9569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/language/res/stdlib.zmodel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ attribute @db.JsonB() @@@targetField([JsonField]) @@@prisma
480480

481481
attribute @db.ByteA() @@@targetField([BytesField]) @@@prisma
482482
attribute @db.LongBlob() @@@targetField([BytesField]) @@@prisma
483-
attribute @db.Binary() @@@targetField([BytesField]) @@@prisma
484-
attribute @db.VarBinary() @@@targetField([BytesField]) @@@prisma
483+
attribute @db.Binary(_ n: Int?) @@@targetField([BytesField]) @@@prisma
484+
attribute @db.VarBinary(_ n: Int?) @@@targetField([BytesField]) @@@prisma
485485
attribute @db.TinyBlob() @@@targetField([BytesField]) @@@prisma
486486
attribute @db.Blob() @@@targetField([BytesField]) @@@prisma
487487
attribute @db.MediumBlob() @@@targetField([BytesField]) @@@prisma

0 commit comments

Comments
 (0)