Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c9bd70

Browse files
Joe Lodinebyhr
Joe Lodin
authored andcommitted
Add JSON type support to MySQL connector
1 parent 36cbd9c commit 6c9bd70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/main/sphinx/connector/mysql.rst

+6
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ this table:
174174
* - ``BINARY``, ``VARBINARY``, ``TINYBLOB``, ``BLOB``, ``MEDIUMBLOB``, ``LONGBLOB``
175175
- ``VARBINARY``
176176
-
177+
* - ``JSON``
178+
- ``JSON``
179+
-
177180
* - ``DATE``
178181
- ``DATE``
179182
-
@@ -232,6 +235,9 @@ this table:
232235
* - ``VARCHAR(n)``
233236
- ``VARCHAR(n)``
234237
-
238+
* - ``JSON``
239+
- ``JSON``
240+
-
235241
* - ``DATE``
236242
- ``DATE``
237243
-

0 commit comments

Comments
 (0)