Variable ColumnInfo.defaultValue

The default value as a string if not NULL.

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

Depending on the database (see comments for defaultNull and the related "see also" link there), this may be either null or "NULL" if the column's default value is NULL.