Variable ColumnInfo.colType
More detail about the column type, e.g. "int(10) unsigned".
Declaration
struct ColumnInfo
								
								{
								
  // ...
								
  string colType;
								
  // ...
								
								}
							
						More detail about the column type, e.g. "int(10) unsigned".
struct ColumnInfo
								
								{
								
  // ...
								
  string colType;
								
  // ...
								
								}