The following character data types are supported in YugabyteDB YSQL:
varchar(n): variable-length string
char(n): fixed-length, blank padded
text, varchar: variable unlimited length
While on site with a customer today, a question came up as to which of these data types would retain leading space(s) in from of a string value or lagging space(s) following a string value when inserting data into a table.