Skip to content
Snippets Groups Projects
Commit 9b1b7ab5 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

refactor db-doku

parent 88c9d0d7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment