Variable ColumnInfo.type

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

Declaration

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

Authors

Copyright

License