ODMX [ODMX_DBWrench_Schema.xml]
Cross reference "linking" table to allow many to many
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExternalIdentifiers"."PersonExternalIdentifiers_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
PersonID | Integer | Foreign Key to People table |
|
||||
ExternalIdentifierSystemID | Integer | Foreign Key to ExternalIdentifierSystems |
|
||||
PersonExternalIdentifier | VarChar() | A resolvable, globally unique ID, such as an IGSN. Could be a Uniform Resource Name (URN). | |||||
PersonExternalIdentifierURI | VarChar() |
| Uniform Resource Identifier (URI), preferably in the form of a persistent URL that is self-documenting. |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_PersonExternalIdentifiers_ExternalIdentifierSystems | ODMXExternalIdentifiers.ExternalIdentifierSystems | ODMXExternalIdentifiers.PersonExternalIdentifiers | ExternalIdentifierSystemID | ExternalIdentifierSystemID |
fk_PersonExternalIdentifiers_People | ODMXCore.Persons | ODMXExternalIdentifiers.PersonExternalIdentifiers | PersonID | PersonID |
(none)
Diagram Name |
ODMXExternalIdentifiers |