Skip to content

Commit

Permalink
Docs: Fixed type in subset doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Oct 9, 2024
1 parent 9e5ca1c commit dfae9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database_subset.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dump:
7. `not_null` - is FK has not null constraint. If `true` Default it is `false`
8. `expression` - expression that is used to get the value of the column in the referencing table

## Plymorphyc references
## Polymorphic references

Greenmask supports polymorphic references. You can define a virtual reference for a table with polymorphic references
using `polymorphic_exprs` attribute. The `polymorphic_exprs` attribute is a list of expressions that are used to make
Expand Down

0 comments on commit dfae9d7

Please sign in to comment.