ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| FeatureActionID | Integer |
| nextval('"ODMXCore"."FeatureActions_FeatureActionID_seq"'::regclass) | Primary key identifier | ||
SamplingFeatureID | Integer | Foreign key identifier for the SamplingFeature on which or at which the Action was performed |
|
||||
ActionID | Integer | Foreign key identifier of the Action that was performed |
|
||||
RelatedFeaturesRelationID | Integer |
| Foreign key identifier for the relationship that identifies the parent SamplingFeature. This is useful when the Action is used to create a new SamplingFeature from a parent. |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_FeatureActions_Actions | ODMXCore.Actions | ODMXCore.FeatureActions | ActionID | ActionID |
fk_FeatureActions_RelatedFeatures | ODMXSamplingFeatures.RelatedFeatures | ODMXCore.FeatureActions | RelationID | RelatedFeaturesRelationID |
fk_FeatureActions_SamplingFeatures | ODMXCore.SamplingFeatures | ODMXCore.FeatureActions | SamplingFeatureID | SamplingFeatureID |
(none)
Diagram Name |
ODMXCore |
ODMXDataQuality |
ODMXEquipment |
ODMXLabAnalyses |
ODMXOverviewSimplified |
ODMXProvenance |
ODMXSamplingFeatures |
ODMXSimulation |