Skip to content

Commit

Permalink
docs: fix many-to-many example table (typeorm#5717)
Browse files Browse the repository at this point in the history
- include question entity text column, which is missing in the current docs
  • Loading branch information
mmKALLL authored and Svetlozar committed Jan 12, 2021
1 parent 78187cb commit c287f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/many-to-many-relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This example will produce following tables:
+-------------+--------------+----------------------------+
| id | int(11) | PRIMARY KEY AUTO_INCREMENT |
| title | varchar(255) | |
| text | varchar(255) | |
+-------------+--------------+----------------------------+

+-------------+--------------+----------------------------+
Expand Down

0 comments on commit c287f1b

Please sign in to comment.