Variable TableColumnMetadata.isAutoIncrement

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