mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
Update belongs-to-many-repository.md
This commit is contained in:
parent
12cc5b9174
commit
c45cd8dd5b
@ -2,7 +2,7 @@
|
|||||||
`BelongsToManyRepository` 是用于处理 `BelongsToMany` 关系的 `Relation Repository`。
|
`BelongsToManyRepository` 是用于处理 `BelongsToMany` 关系的 `Relation Repository`。
|
||||||
|
|
||||||
不同于其他关系类型,`BelongsToMany` 类型的关系需要通过中间表来记录。
|
不同于其他关系类型,`BelongsToMany` 类型的关系需要通过中间表来记录。
|
||||||
在 `Nocobase` 中定义关联关系,可自动创建中间表,也可以明确指定中间表。
|
在 NocoBase 中定义关联关系,可自动创建中间表,也可以明确指定中间表。
|
||||||
|
|
||||||
## 类方法
|
## 类方法
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user