Zendesk to MySQL mapping
AutoSync maps Zendesk object types to the following MySQL column types:
| Zendesk object type | MySQL column type |
|---|---|
string |
VARCHAR |
boolean |
BIT |
integer |
BIGINT |
array |
VARCHAR |
any |
VARCHAR |
object |
JSON |
number |
DOUBLE |
timestamp |
DATETIME |
sl_timestamp |
DATETIME |