Variable ColumnInfo.type

What type is the column - tinyint, char, varchar, blob, date etc

struct ColumnInfo
{
  // ...
  string type ;
  // ...
}