SamplingFeatureExtensionPropertyValues - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: SamplingFeatureExtensionPropertyValues

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXExtensionProperties"."SamplingFeatureExtensionPropertyValues_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
SamplingFeatureIDInteger Foreign key of the SamplingFeature being extended

PropertyIDInteger Foreign key of the extension property being added to the sampling feature

PropertyValueVarChar() Value of the property being added to the sampling feature

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_SamplingFeatureExtensionPropertyValues_ExtensionPropertiesODMXExtensionProperties.ExtensionPropertiesODMXExtensionProperties.SamplingFeatureExtensionPropertyValuesPropertyIDPropertyID
fk_SamplingFeatureExtensionPropertyValues_SamplingFeaturesODMXCore.SamplingFeaturesODMXExtensionProperties.SamplingFeatureExtensionPropertyValuesSamplingFeatureIDSamplingFeatureID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXExtensionProperties