Variable ColumnInfo.nullable

Can the column value be set to NULL

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