mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: remove many-to-one reference from the many-to-many` documentation (#7806)
This commit is contained in:
parent
525381d91e
commit
9bbdb01946
@ -1130,7 +1130,7 @@ It will also modify the `photo` table, adding a new `author` column and creating
|
||||
|
||||
### Creating a many-to-many relation
|
||||
|
||||
Let's create a many-to-one / many-to-many relation.
|
||||
Let's create a many-to-many relation.
|
||||
Let's say a photo can be in many albums, and each album can contain many photos.
|
||||
Let's create an `Album` class:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user