Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 901 Bytes

table_mixtures.md

File metadata and controls

19 lines (14 loc) · 901 Bytes

Table: mixtures

Description: A join table between the systems and datasets tables. This allows the combination of one or more components to be represented as a (real) instance of an (abstract) system.

'Component' section in the ThermoML Schema

ThermoML Schema

Example data of set a 'Components' in a 'PurOrMixtureData' section of a ThermoML file

ThermoML Example

MySQL 'mixtures' table structure

MySQL Structure

MySQL Fields

  • id: mixtures primary key (auto-generated and unique)
  • system_id: foreign key (systems table) of the chemical system under study
  • dataset_id: foreign key (datasets table) of the dataset mixture is part of
  • updated: datetime last updated