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
drillcore
Contents:
Description:
Referencing tables: agent analysis deposit dip drillcore_box drillcore_interval drillcore_diameter lithology mineralization_alteration mineral_occurrence reference rqd sample structure
| Field | Database column | Data type | Description | Referenced table |
|---|---|---|---|---|
| id | id | int(auto increment) | ||
| name | name | varchar | ||
| latitude | latitude | double | ||
| longitude | longitude | double | ||
| elevation | elevation | double | ||
| drilling_year | drilling_year | int | ||
| drilling_agent | drilling_agent | int | agent | |
| hole_length | hole_length | double | ||
| hole_azimuth | hole_azimuth | double | ||
| hole_dip | hole_dip | double | ||
| deposit | deposit | int | deposit | |
| core_depositor | core_depositor | int | agent | |
| number_boxes | number_boxes | int | ||
| diameter | diameter | varchar | ||
| remarks | remarks | text | ||
| public | public | tinyint | ||
| date_added | date_added | datetime | ||
| date_changed | date_changed | datetime | ||
| references | references | int | reference |