Skip to content

Commit 1c46091

Browse files
Merge pull request #263686 from jonburchel/patch-39
Add json datatype mapping
2 parents a677615 + 438734c commit 1c46091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/data-factory/connector-mysql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
262262
| `int unsigned` |`Int64`|
263263
| `integer` |`Int32` |
264264
| `integer unsigned` |`Int64` |
265+
| `json` |`String` |
265266
| `long varbinary` |`Byte[]` |
266267
| `long varchar` |`String` |
267268
| `longblob` |`Byte[]` |

0 commit comments

Comments
 (0)