Skip to content

Commit

Permalink
docs: fix many-to-many example table (#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 committed May 16, 2020
1 parent c6cbddc commit 9874227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/many-to-many-relations.md
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 9874227

Please sign in to comment.