Merge pull request #2340 from josephdburdick/patch-1

Rephrase "NoSQL databases only" models note
This commit is contained in:
Jim LAURIE 2018-11-20 14:47:26 +01:00 committed by GitHub
commit 7574e1762a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ A `product` can be related to many `categories`, so a `category` can have many `
```
::: note
The `dominant` key allows you to define in which table/collection (only for NoSQL databases) should be stored the array that defines the relationship. Because there is no join table in NoSQL, this key is required for NoSQL databases (ex: MongoDB).
(NoSQL databases only) The `dominant` key defines which table/collection should store the array that defines the relationship. Because there are no join tables in NoSQL, this key is required for NoSQL databases (ex: MongoDB).
:::
**Path —** `./api/category/models/Category.settings.json`.