ActionExtensionPropertyValues - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ActionExtensionPropertyValues

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXExtensionProperties"."ActionExtensionPropertyValues_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
ActionIDInteger Foreign key of the Action

PropertyIDInteger Foreign key of the extension property added to the Action

PropertyValueVarChar() Value of the extension property added to the Action

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ActionExtensionPropertyValues_ActionsODMXCore.ActionsODMXExtensionProperties.ActionExtensionPropertyValuesActionIDActionID
fk_ActionExtensionPropertyValues_ExtensionPropertiesODMXExtensionProperties.ExtensionPropertiesODMXExtensionProperties.ActionExtensionPropertyValuesPropertyIDPropertyID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXExtensionProperties