[jdbc] Fix table in documentation (#18818)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
Mark Herwege
2025-06-19 22:47:46 +02:00
committed by GitHub
parent a752eaadea
commit 3b12334e1a
@@ -117,6 +117,8 @@ The user default schema will be used.
Default data types for an Oracle DB are different from the general defaults:
| Type | Oracle DB Type |
|-----------------------------|------------------------|
| sqltype.COLOR | `VARCHAR2(70)` |
| sqltype.CONTACT | `VARCHAR2(6)` |
| sqltype.DATETIME | `TIMESTAMP` |