Variable TableColumnMetadata.isPrimaryKey

struct TableColumnMetadata
{
  // ...
  bool isPrimaryKey ;
  // ...
}