From 138ff777acb7167526990bf5eecc6eac36bd9c34 Mon Sep 17 00:00:00 2001 From: Henri-Maxime Ducoulombier Date: Mon, 6 Nov 2023 17:27:07 +0100 Subject: [PATCH] Update constraints.md Postgres example on constraints includes a typo (customer_id should be id) in the check contraints. --- website/docs/reference/resource-properties/constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/constraints.md b/website/docs/reference/resource-properties/constraints.md index 4e500ed64ea..9a5d513d99b 100644 --- a/website/docs/reference/resource-properties/constraints.md +++ b/website/docs/reference/resource-properties/constraints.md @@ -103,7 +103,7 @@ models: contract: enforced: true columns: - - name: customer_id + - name: id data_type: int constraints: - type: not_null