Skip to content

Commit

Permalink
Merge pull request #7571 from batwolf/patch-1
Browse files Browse the repository at this point in the history
Fix typo in inheritance mappings docs
  • Loading branch information
Ocramius authored Jan 17, 2019
2 parents 536e31f + c6eb4df commit 4d461af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ SQL Schema considerations
For Single-Table-Inheritance to work in scenarios where you are
using either a legacy database schema or a self-written database
schema you have to make sure that all columns that are not in the
root entity but in any of the different sub-entities has to allows
root entity but in any of the different sub-entities has to allow
null values. Columns that have NOT NULL constraints have to be on
the root entity of the single-table inheritance hierarchy.

Expand Down

0 comments on commit 4d461af

Please sign in to comment.