Variable ColumnInfo.schema

The database that the table having this column belongs to.

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