Update docs/docs/core/database/relations/reordering.mdx

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Marc 2023-02-23 20:35:19 +01:00 committed by GitHub
parent 5437e6f10f
commit c8b6b65ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ This reordering feature is available in the Content Manager and the API.
`packages/core/database/lib/entity-manager/relations-orderer.js`
## How order is stored in DB?
## How is the order stored in DB?
- We store the order of the relations in a `order` field.
- For bidirectional relations, we store the order of the other side in a `inverse_order` field.