ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
SamplingFeatureExtensionPropertyValues | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| 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(255) | Value of the property being added to the sampling feature |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_SamplingFeatureExtensionPropertyValues_ExtensionProperties | ODM2ExtensionProperties.ExtensionProperties | ODM2ExtensionProperties.SamplingFeatureExtensionPropertyValues | PropertyID | PropertyID |
fk_SamplingFeatureExtensionPropertyValues_SamplingFeatures | ODM2Core.SamplingFeatures | ODM2ExtensionProperties.SamplingFeatureExtensionPropertyValues | SamplingFeatureID | SamplingFeatureID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |