Skip to content

Commit 426570b

Browse files
author
rotexdegba
committed
Documentation in progress
1 parent 9ecf027 commit 426570b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/more-about-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Each row in a Table A, is related to zero or more rows in another Table B. Each
8181
- Each row in Table B, belongs to exactly one row in Table A
8282
- In the sample schema above, an author can have zero or many posts, while each post always only belongs to an author
8383

84-
### Has-Many-Through a.k.a Many to Many)
84+
### Has-Many-Through (a.k.a Many to Many)
8585
This type of relationship requires at least three tables. Basically many records in Table A can be associated with many records in another Table C. Similarly many records in Table C can be associated with many records in Table A. The associations are defined in an intermediary Table B.
8686
- In the sample schema above, a **post** record can have many **tags** and a **tag** record can have many **posts** and these relationships are defined in the **posts_tags** table (also known as a join table).
8787

0 commit comments

Comments
 (0)