From a490c92068b6cbc70dc50cb2fe94540646271630 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 3 Jul 2025 06:40:54 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.13/schema-loader-import.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-3.13/schema-loader-import.mdx b/versioned_docs/version-3.13/schema-loader-import.mdx index 7be02965..0f64b502 100644 --- a/versioned_docs/version-3.13/schema-loader-import.mdx +++ b/versioned_docs/version-3.13/schema-loader-import.mdx @@ -112,7 +112,7 @@ The following table shows the supported data types in each JDBC database and the | varbinary | BLOB | See warning [2](#2) below. | | varchar | TEXT | See warning [2](#2) below. | - Data types not listed in the above are not supported. The following are some common data types that are not supported: + Data types not listed above are not supported. The following are some common data types that are not supported: - bigint unsigned - bit(n) (n > 1) @@ -142,7 +142,7 @@ The following table shows the supported data types in each JDBC database and the | smallint | INT | See warning [2](#2) below. | | text | TEXT | | - Data types not listed in the above are not supported. The following are some common data types that are not supported: + Data types not listed above are not supported. The following are some common data types that are not supported: - bigserial - bit @@ -193,7 +193,7 @@ The following table shows the supported data types in each JDBC database and the | raw | BLOB | See warning [2](#2) below. | | varchar2 | TEXT | See warning [2](#2) below. | - Data types not listed in the above are not supported. The following are some common data types that are not supported: + Data types not listed above are not supported. The following are some common data types that are not supported: - date - timestamp @@ -223,7 +223,7 @@ The following table shows the supported data types in each JDBC database and the | varbinary | BLOB | See warning [2](#2) below. | | varchar | TEXT | See warning [2](#2) below. | - Data types not listed in the above are not supported. The following are some common data types that are not supported: + Data types not listed above are not supported. The following are some common data types that are not supported: - cursor - date