ODMX [ODMX_DBWrench_Schema.xml]
Values for Citation Extension Properties
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."CitationExtensionPropertyValues_BridgeID_seq"'::regclass) | 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() | Value of the property being applied to the Citation |
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_CitationExtensionPropertyValues_Citations | ODMXProvenance.Citations | ODMXExtensionProperties.CitationExtensionPropertyValues | CitationID | CitationID |
| fk_CitationExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.CitationExtensionPropertyValues | PropertyID | PropertyID |
(none)
| Diagram Name |
| ODMXExtensionProperties |