Variable ColumnInfo.type
What type is the column - tinyint, char, varchar, blob, date etc
Declaration
struct ColumnInfo
{
// ...
string type;
// ...
}
What type is the column - tinyint, char, varchar, blob, date etc
struct ColumnInfo
{
// ...
string type;
// ...
}