Variable ColumnInfo.defaultNull

Is the default value NULL?

struct ColumnInfo
{
  // ...
  bool defaultNull ;
  // ...
}