Variable ColumnInfo.key

Information about the column's key status, blank if none.

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