Skip to Content

Type Mappings

The table below shows how Etleap data types  map to Redshift data types .

Etleap TypeRedshift Type
INTBIGINT
BIGINTNUMERIC(20,0)
DATETIMETIMESTAMP
DATEDATE
BOOLEANBOOLEAN
STRINGVARCHAR
NUMBER(p,s)NUMERIC(p,s)
NUMBERDOUBLE PRECISION
JSONSUPER