From bc2a7e2a3c6cef7f6e1a1fcd4a045f91ae05a10f Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 17 Jan 2022 10:51:59 +0000 Subject: [PATCH] Update dcc-validations.md --- docs/dcc-validations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dcc-validations.md b/docs/dcc-validations.md index 190a415..10861ce 100644 --- a/docs/dcc-validations.md +++ b/docs/dcc-validations.md @@ -15,7 +15,7 @@ Quality in, Quality out! Data Controller lets you enforce quality checks at the By default, the following frontend rules are always applied: * Length checking per target table variable lengths -* Type checking per target table datatypes +* Type checking per target table datatypes (Character, Numeric, Date, Time, Datetime) * Not Null check per target table constraints * Primary Key checking per business key defined in MPE_TABLES