Skip to content

Commit a8b80fb

Browse files
committed
add notes
1 parent 41d217b commit a8b80fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/zmodel-language.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,10 @@ model Post {
968968
}
969969
```
970970

971+
:::info
972+
The `check()` function only supports singular relation fields and cannot be used with "to-many" relations. We may add support for it in the future.
973+
:::
974+
971975
##### contains()
972976

973977
```zmodel

0 commit comments

Comments
 (0)