ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
CitationExtensionPropertyValues | Values for Citation Extension Properties |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| Primary key for a bridge table, enabling many-to-many joins. | |||
CitationID | Integer | Foreign key identifier of the Citation being extended |
|
||||
PropertyID | Integer | Foreign key identifier for the Property being applied to the Citation |
|
||||
PropertyValue | VarChar(255) | Value of the property being applied to the Citation |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_CitationExtensionPropertyValues_Citations | ODM2Provenance.Citations | ODM2ExtensionProperties.CitationExtensionPropertyValues | CitationID | CitationID |
fk_CitationExtensionPropertyValues_ExtensionProperties | ODM2ExtensionProperties.ExtensionProperties | ODM2ExtensionProperties.CitationExtensionPropertyValues | PropertyID | PropertyID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |