fix keys typo

This commit is contained in:
Tanner Nelson 2017-02-06 12:36:31 +01:00
parent fc4890d28b
commit 8ecd3f26ae
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
1 changed files with 1 additions and 1 deletions

View File

@ -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`.