Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raven-administration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raven
raven-administration
Commits
248a478e
Commit
248a478e
authored
1 week ago
by
Rune Åvar Ødegård
Browse files
Options
Downloads
Patches
Plain Diff
Edit ravendb.md
parent
7ec1794d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guides/assets/ravendb.md
+11
-123
11 additions, 123 deletions
guides/assets/ravendb.md
with
11 additions
and
123 deletions
guides/assets/ravendb.md
+
11
−
123
View file @
248a478e
```
mermaid
erDiagram
converted_series {
BIGINT id PK "PRIMARY KEY"
VARCHAR sampling_point_id FK "FOREIGN KEY"
VARCHAR source FK "FOREIGN KEY"
VARCHAR target FK "FOREIGN KEY"
NUMERIC factor
BOLLEAN isNew
VARCHAR createdby
reference_Adjustment {
nvarchar CountryCode PK
varchar ComplianceId PK
nvarchar DeductionAssessmentMethodId PK
nvarchar Country
varchar CountryCode
varchar ComplianceId
nvarchar DeductionAssessmentMethod
nvarchar AdjustmentType
nvarchar AdjustmentSource
decimal MaxRatioUncertainty
}
sampling_points {
VARCHAR id PK "PRIMARY KEY"
VARCHAR media_monitored FK "FOREIGN KEY"
VARCHAR station_id FK "FOREIGN KEY"
VARCHAR measurement_regime FK "FOREIGN KEY"
BOOLEAN mobile
VARCHAR assessment_type FK "FOREIGN KEY"
VARCHAR station_classification FK "FOREIGN KEY"
}
stations {
VARCHAR id PK "PRIMARY KEY"
VARCHAR name
VARCHAR begin_position
VARCHAR end_position
VARCHAR network_id FK "FOREIGN KEY"
}
networks {
VARCHAR id PK "PRIMARY KEY"
VARCHAR name
VARCHAR media_monitored FK "FOREIGN KEY"
VARCHAR responsible_authority_id FK "FOREIGN KEY"
}
responsible_authorities {
VARCHAR id PK "PRIMARY KEY"
VARCHAR name
VARCHAR organisation
}
observations {
BIGSERIAL id PK "PRIMARY KEY"
VARCHAR sampling_point_id FK "FOREIGN KEY"
VARCHAR begin_position
VARCHAR end_position
NUMERIC value
TIMESTAMP from_time
TIMESTAMP to_time
}
eea_adjustmenttypes {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR uri
}
eea_areaclassifications {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR notation
}
eea_assessmentthresholdexceedances {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR uri
}
eea_assessmenttypes {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR notation
}
eea_concentrations {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR notation
}
eea_exceedancedescription {
INTEGER id PK "PRIMARY KEY"
VARCHAR name
}
eea_exceedancereason {
VARCHAR id PK "PRIMARY KEY"
VARCHAR label
VARCHAR uri
}
eea_exceedancetype {
NUMERIC id PK "PRIMARY KEY"
VARCHAR name
}
exceedancedescriptions {
VARCHAR id PK "PRIMARY KEY"
VARCHAR attainment_id FK "FOREIGN KEY"
BOOLEAN exceedances
INTEGER exceedance_type FK "FOREIGN KEY"
NUMERIC max_value
VARCHAR adjustment_type FK "FOREIGN KEY"
NUMERIC surface_area
INTEGER exposed_population
INTEGER population_reference_year
VARCHAR area_classification FK "FOREIGN KEY"
VARCHAR exceedance_reason FK "FOREIGN KEY"
INTEGER exceedancedescription_element FK "FOREIGN KEY"
}
converted_series ||--|{ sampling_points : "sampling_point_id"
sampling_points ||--|{ stations : "station_id"
stations ||--|{ networks : "network_id"
networks ||--|{ responsible_authorities : "responsible_authority_id"
observations ||--|{ sampling_points : "sampling_point_id"
users ||--|{ usergroup : "id"
group_table ||--|{ usergroup : "id"
exceedancedescriptions ||--|{ eea_exceedancetype : "exceedance_type"
exceedancedescriptions ||--|{ eea_adjustmenttypes : "adjustment_type"
exceedancedescriptions ||--|{ eea_areaclassifications : "area_classification"
exceedancedescriptions ||--|{ eea_exceedancereason : "exceedance_reason"
exceedancedescriptions ||--|{ eea_exceedancedescription : "exceedancedescription_element"
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment