Variable TableColumnMetadata.isNotNull

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