CitationExtensionPropertyValues - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: CitationExtensionPropertyValues

Values for Citation Extension Properties

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXExtensionProperties"."CitationExtensionPropertyValues_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
CitationIDInteger Foreign key identifier of the Citation being extended

PropertyIDInteger Foreign key identifier for the Property being applied to the Citation

PropertyValueVarChar() Value of the property being applied to the Citation

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_CitationExtensionPropertyValues_CitationsODMXProvenance.CitationsODMXExtensionProperties.CitationExtensionPropertyValuesCitationIDCitationID
fk_CitationExtensionPropertyValues_ExtensionPropertiesODMXExtensionProperties.ExtensionPropertiesODMXExtensionProperties.CitationExtensionPropertyValuesPropertyIDPropertyID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXExtensionProperties