Marketo to MySQL mapping
AutoSync maps Marketo object types to the following MySQL column types:
Marketo object type | MySQL column type |
---|---|
string |
VARCHAR |
datetime |
DATETIME |
email |
VARCHAR |
float |
DOUBLE |
integer |
BIGINT |
formula |
VARCHAR |
percent |
BIGINT |
url |
VARCHAR |
phone |
VARCHAR |
textarea |
VARCHAR |
score |
BIGINT |
boolean |
BIT |
currency |
DOUBLE |
date |
DATE |
reference |
VARCHAR |
array |
VARCHAR |
sl_timestamp |
DATETIME |