diff --git a/fluent/query.md b/fluent/query.md index d29a5c2c..6702bf38 100644 --- a/fluent/query.md +++ b/fluent/query.md @@ -102,9 +102,9 @@ The above example with users and pets assumes the following schema. ``` users - id -- pet_id pets - id +- user_id ``` Custom foreign keys can be provided through overloads to `union`.