Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions versioned_docs/version-3.14/schema-loader-import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down