MySQLColumn.type

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

struct MySQLColumn
string type;

Meta