You can encrypt these datatypes:
int, smallint, tinyint
unsigned int, smallint, tinyint
float4 and float8
decimal and numeric
char and varchar
binary and varbinary
The underlying type of encrypted data on disk is varbinary. See “Length of encrypted columns” for more information about the length of the varbinary data.
Null values are not encrypted.