Skip to content

Commit

Permalink
Added doc for the fields parameter of the UniqueConstraint attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
stollr committed May 3, 2023
1 parent 1142a39 commit 77822d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/reference/attributes-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ context.
Required parameters:

- **name**: Name of the Index
- **columns**: Array of columns.
- **fields**: Array of fields (the names of the properties, used in the entity class).
- **columns**: Array of columns (the names of the columns, used in the schema).

Optional parameters:

Expand Down

0 comments on commit 77822d6

Please sign in to comment.