gilienv / EssOilDB

Restructuring of Essential Oil Database
Apache License 2.0
8 stars 6 forks source link

Create new tables #9

Open petermr opened 5 years ago

petermr commented 5 years ago

My initial analysis is we need the following tables:

The new table is Observations This is the key data in the database. An article could contain several observations (e.g. each table may be an observation). Therefore the DOI is not a unique identifier.

This is a relatively simple structure, except for the compounds/pecentages which are an n:1 mapping. We may need an abundance table which links observations to multiple percentages.