mirror of https://github.com/vapor/docs.git
fix keys typo
This commit is contained in:
parent
fc4890d28b
commit
8ecd3f26ae
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue