diff --git a/versioned_docs/version-3.14/schema-loader-import.mdx b/versioned_docs/version-3.14/schema-loader-import.mdx index 7be02965..0f64b502 100644 --- a/versioned_docs/version-3.14/schema-loader-import.mdx +++ b/versioned_docs/version-3.14/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