From 9b1b7ab5e901294dfe11fcccc2b994d01bccde88 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Fri, 14 Dec 2018 09:54:04 +0100 Subject: [PATCH] refactor db-doku --- others/guide/whichDatatype.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/guide/whichDatatype.adoc b/others/guide/whichDatatype.adoc index f71cdce5fc1..e20a42e02b9 100644 --- a/others/guide/whichDatatype.adoc +++ b/others/guide/whichDatatype.adoc @@ -58,7 +58,7 @@ CHAR(36) If precision and fixed decimals (Nachkommastellen) are needed, use DECIMAL. For prices, ... ---- -DECIMAL(10, 2) +NUMERIC(10, 2) ---- Else you can use double. -- GitLab