Variable ColumnInfo.defaultValue

The default value as a string if not NULL

struct ColumnInfo
{
  // ...
  string defaultValue ;
  // ...
}