Skip to content

Commit 746c04f

Browse files
committed
update data type
1 parent cf55c2e commit 746c04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
272272
| `char` |`String` |
273273
| `date` |`Datetime` |
274274
| `datetime` |`Datetime` |
275-
| `decimal` |`Decimal, String` |
275+
| `decimal` |`Decimal` |
276276
| `double` |`Double` |
277277
| `double precision` |`Double` |
278278
| `enum` |`String` |
@@ -299,7 +299,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
299299
| `time` |`TimeSpan` |
300300
| `timestamp` |`Datetime` |
301301
| `tinyblob` |`Byte[]` |
302-
| `tinyint` |`Int16` |
302+
| `tinyint` |`SByte` |
303303
| `tinyint unsigned` |`Int16` |
304304
| `tinytext` |`String` |
305305
| `varchar` |`String` |

0 commit comments

Comments
 (0)