Variable ColumnInfo.comment
Any comment that was set at table definition time.
Declaration
struct ColumnInfo
{
// ...
string comment;
// ...
}
Any comment that was set at table definition time.
struct ColumnInfo
{
// ...
string comment;
// ...
}