Update belongs-to-many-repository.md

This commit is contained in:
Pearl C 2023-02-05 12:35:52 +08:00 committed by GitHub
parent 0e9ab0d410
commit ffdd54b62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
Unlike other relationship types, the `BelongsToMany` type of relationship needs to be recorded through an intermediate table. The intermediate table can be created automatically or explicitly specified when defining association relationships in NocoBase. Unlike other relationship types, the `BelongsToMany` type of relationship needs to be recorded through an intermediate table. The intermediate table can be created automatically or explicitly specified when defining association relationships in NocoBase.
## Class Method ## Class Methods
### `find()` ### `find()`