ODMX [ODMX_DBWrench_Schema.xml]
Links extnsion properties to a Method
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."MethodExtensionPropertyValues_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
MethodID | Integer | Foreign key identifier for the Method |
|
||||
PropertyID | Integer | Foreign key identifier for the extension property |
|
||||
PropertyValue | VarChar() | Text or numeric value of the extension property |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MethodExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.MethodExtensionPropertyValues | PropertyID | PropertyID |
fk_MethodExtensionPropertyValues_Methods | ODMXCore.Methods | ODMXExtensionProperties.MethodExtensionPropertyValues | MethodID | MethodID |
(none)
Diagram Name |
ODMXExtensionProperties |