From 8e0f1274f29adb67a0343ada92eac55e75a39e98 Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 17 Aug 2022 16:02:59 +0200 Subject: [PATCH] Added timestamp with timezone data type (#6761) --- .../src/main/resources/json/schema/entity/data/table.json | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json index 95d7157f92b..79c56b1032f 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json @@ -62,6 +62,7 @@ "DECIMAL", "NUMERIC", "TIMESTAMP", + "TIMESTAMPZ", "TIME", "DATE", "DATETIME",