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 8a65f72 commit 40d716cCopy full SHA for 40d716c
README.md
@@ -30,7 +30,7 @@ struct Comment {
30
#[ryzz(pk)]
31
id: i64,
32
body: String,
33
- #[ryzz(refs = "posts(id)")]
+ #[ryzz(fk = "posts(id)")]
34
post_id: i64,
35
}
36
```
0 commit comments