Skip to main content

Mapping

The following tables explain how MySQL/MariaDB source datatypes are mapped to each target database. Wirekite extracts data from MySQL, converts it to an internal type representation, then maps to the appropriate target type.

Numeric Types

MySQL BIT columns larger than 64 bits are automatically mapped to VARCHAR since MySQL’s BIT type has a 64-bit maximum.

Date and Time Types

Character Types

Binary Types

Set Types

When the target is also MySQL, MariaDB, or SingleStore, ENUM and SET types are preserved natively with their original value definitions rather than being converted to VARCHAR.

Spatial Types