Skip to main content
Feedback

MySQL datatype mapping

While extracting your data, the process matches MySQL data types with Data Integration data types and maps any unsupported types as String. The mapping of MySQL data types to Data Integration-compatible types:

MySQL typeData Integration typeRemarks
INTINTEGER-
BIGINTINTEGER-
DATETIMETIMESTAMP-
FLOATFLOAT-
TINYINTINTEGER-
SMALLINTINTEGER-
CHARSTRING-
VARCHARSTRING-
LONGVARCHARSTRING-
TEXTSTRING-
LONGTEXTSTRING-
DATEDATE-
BOOLBOOLEAN-
TIMEDATETIME-
TIMESTAMPTIMESTAMP-
YEARINTEGER-
BITBOOLEAN-
JSONSTRING-
LONGBLOBSTRING-
NUMERICFLOAT-
DECIMALFLOAT-
NCHARSTRING-
DOUBLEFLOAT-
REALFLOAT-
VARBINARYSTRING-
BINARYSTRING-
MEDIUMBLOBSTRING-
MEDIUMINTINTEGER-
ENUMSTRING-
SETSTRING-
GEOMETRYSTRINGThe GEOMETRY data type is displayed in the form of WKT
GEOMETRYCOLLECTIONSTRINGA binary string that represents a value
LINESTRINGSTRINGA binary string that represents a value
MULTILINESTRINGSTRINGA binary string that represents a value
MULTIPOINTSTRINGA binary string that represents a value
MULTIPOLYGONSTRINGA binary string that represents a value
POLYGONSTRINGA binary string that represents a value
POINTSTRINGA binary string that represents a value