ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
MethodExtensionPropertyValues | Links extnsion properties to a Method |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| 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(255) | Text or numeric value of the extension property |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MethodExtensionPropertyValues_ExtensionProperties | ODM2ExtensionProperties.ExtensionProperties | ODM2ExtensionProperties.MethodExtensionPropertyValues | PropertyID | PropertyID |
fk_MethodExtensionPropertyValues_Methods | ODM2Core.Methods | ODM2ExtensionProperties.MethodExtensionPropertyValues | MethodID | MethodID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |