Skip to content

Commit

Permalink
Merge pull request #211 from GreenmaskIO/doc/fixed_type_in_subset_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko authored Oct 13, 2024
2 parents 14b1a2a + dfae9d7 commit f60df61
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 f60df61

Please sign in to comment.