Skip to content

Commit 3113e1a

Browse files
committed
fix association schema
1 parent b4c0918 commit 3113e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/association.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Queryx supports association definition in the schema file. It also generates cor
66

77
```hcl
88
model "Post" {
9-
belongs_to "Author" {
9+
belongs_to "author" {
1010
model_name = "User"
1111
}
1212
}

0 commit comments

Comments
 (0)