Is there anything else that might at some point be interesting? @stanstrup? @SiggiSmara?
Also, I renamed id into compound_id and name into compound_name to avoid potential column name clashes and specify for what type of entity the id and the name is. @stanstrup, that OK with you?
Based on https://github.com/stanstrup/PeakABro I'm extracting the following information:
"compound_id"
)"compound_name"
).Is there anything else that might at some point be interesting? @stanstrup? @SiggiSmara?
Also, I renamed
id
intocompound_id
andname
intocompound_name
to avoid potential column name clashes and specify for what type of entity the id and the name is. @stanstrup, that OK with you?