A postgres array of String values.
static const CustomSqlType<List<String>> textArray = ArrayType(type: pg.Type.textArray, name: 'text[]');