TaxonomicClassifierExternalIdentifiers - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: TaxonomicClassifierExternalIdentifiers

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXExternalIdentifiers"."TaxonomicClassifierExternalIdentifiers_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
TaxonomicClassifierIDInteger Foreign Key to TaxonomicClassifiers

ExternalIdentifierSystemIDInteger Foreign Key to ExternalIdentifierSystems

TaxonomicClassifierExternalIdentifierVarChar() A resolvable, globally unique ID, such as a GBIF ID. Could be a Uniform Resource Name (URN).
TaxonomicClassifierExternalIdentifierURIVarChar()

Uniform Resource Identifier (URI), preferably in the form of a persistent URL that is self-documenting and maintained by the external identifier system.

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_TaxonomicClassifierExtIDs_ExtIDSystemsODMXExternalIdentifiers.ExternalIdentifierSystemsODMXExternalIdentifiers.TaxonomicClassifierExternalIdentifiersExternalIdentifierSystemIDExternalIdentifierSystemID
fk_TaxonomicClassifierExtIDs_TaxonomicClassifiersODMXCore.TaxonomicClassifiersODMXExternalIdentifiers.TaxonomicClassifierExternalIdentifiersTaxonomicClassifierIDTaxonomicClassifierID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXExternalIdentifiers