EUROCORE database architecture and components
Main data objects
- age
- agent
- agent_type
- alteration_age
- alteration_stage
- alteration_style
- analysis
- analysis_method
- analysis_result
- attachment
- attachment_type
- classification_mineral
- classification_rock
- color
- color_attribute
- dataset
- deposit
- dip
- drillcore
- drillcore_box
- drillcore_interval
- drillcore_diameter
- grain_size
- lab
- lab_instrument
- lithology
- mime_type
- mineralization_alteration
- mineralization_type
- mineral_occurrence
- ore_genetic_type
- ore_metal_group
- ore_metal_subgroup
- parameter
- reference
- reference_type
- rock_occurrence_type
- rqd
- sample
- spectrum
- spectrum_range
- storage
- structure
- structure_type
- teaching_module
- unit
- weathering_degree
analysis
Contents:
Description:
Referencing tables: agent analysis_method analysis_result attachment dataset drillcore lab lab_instrument sample spectrum
| Field | Database column | Data type | Description | Referenced table |
|---|---|---|---|---|
| id | id | int(auto increment) | ||
| number | number | varchar | ||
| sample | sample | int | sample | |
| analysis_method | method | int | analysis_method | |
| lab_method_code | lab_method_code | varchar | ||
| lab | lab_id | int | lab | |
| instrument | instrument_id | int | lab_instrument | |
| acquisition_params | acquisition_params | json | ||
| drillcore | drillcore | int | drillcore | |
| depth | depth | double | ||
| end_depth | end_depth | double | ||
| remarks | remarks | text | ||
| date | date | datetime | ||
| date_free | date_free | varchar | ||
| agent | agent | int | agent | |
| upload | upload | file | ||
| public | public | tinyint | ||
| date_added | date_added | datetime | ||
| date_changed | date_changed | datetime | ||
| attachment | attachment | int | attachment |