Skip to content

Commit

Permalink
Update constraints.md (#4403)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Fixing a typo in Postgres example on constraints (customer_id should be
id).
  • Loading branch information
matthewshaver authored Nov 6, 2023
2 parents c7febc0 + d8dde03 commit c94c8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-properties/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ models:
contract:
enforced: true
columns:
- name: customer_id
- name: id
data_type: int
constraints:
- type: not_null
Expand Down

0 comments on commit c94c8f3

Please sign in to comment.