* docs: generate references manually for 2.1.1 * re-generate for core-flows * Revert "re-generate for core-flows" This reverts commit ff785c80214dc6125e2da4c6e8a674a87b03e9dd.
17 lines
585 B
Plaintext
17 lines
585 B
Plaintext
---
|
|
slug: /references/data-model/relationship-methods
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# Relationship Methods - DML Reference
|
|
|
|
The following methods are used to define a relationship between two data models.
|
|
|
|
## Methods
|
|
|
|
- [belongsTo](../Relationship_Methods/methods/dml.Relationship_Methods.belongsTo/page.mdx)
|
|
- [hasMany](../Relationship_Methods/methods/dml.Relationship_Methods.hasMany/page.mdx)
|
|
- [hasOne](../Relationship_Methods/methods/dml.Relationship_Methods.hasOne/page.mdx)
|
|
- [manyToMany](../Relationship_Methods/methods/dml.Relationship_Methods.manyToMany/page.mdx)
|