ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."SamplingFeatureExtensionPropertyValues_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
SamplingFeatureID | Integer | Foreign key of the SamplingFeature being extended |
|
||||
PropertyID | Integer | Foreign key of the extension property being added to the sampling feature |
|
||||
PropertyValue | VarChar() | Value of the property being added to the sampling feature |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_SamplingFeatureExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.SamplingFeatureExtensionPropertyValues | PropertyID | PropertyID |
fk_SamplingFeatureExtensionPropertyValues_SamplingFeatures | ODMXCore.SamplingFeatures | ODMXExtensionProperties.SamplingFeatureExtensionPropertyValues | SamplingFeatureID | SamplingFeatureID |
(none)
Diagram Name |
ODMXExtensionProperties |