Skip to content

Commit

Permalink
Merge pull request #36 from sedos-project/develop
Browse files Browse the repository at this point in the history
Fix foreign key linking
  • Loading branch information
chrwm authored Jun 6, 2024
2 parents 89d7105 + d3d2b77 commit 272f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This *data preface* provides additional information about the syntax of paramete
??? note "Linking data with foreign keys"

The general mapping structure is: <br>
`<table_name>_<column_name>` <br>
`<table_name>.<column_name>` <br>

The note below `Structure of energy demands` exemplifies how data in the SRD is linked via foreign keys. <br>
The `tra_demand` table uses a foreign key mapping to the tables`tra_scalars` and `tra_timeseries`.<br><br>
Expand Down

0 comments on commit 272f30c

Please sign in to comment.