Description: A table representing the report of data presented in a ThermoML file. It correlates with a dataset
- id: components primary key (auto-generated and unique)
- title: the report title (autogenerated)
- description: a description of the report (autogenerated)
- file_id: foreign key (files table) of the file this report is about
- reference_id: foreign key (references table) of the
reference
the report is about - points: the total number of points in the file that the report is about
- updated: datetime last updated
The number of reports (11,825) is the same as the number of files and references.