ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ExternalIdentifierSystems | A single table for connecting various primary keys with points to outs... |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| ExternalIdentifierSystemID | Integer |
| Primary key identifier | |||
ExternalIdentifierSystemName | VarChar(255) | Defines the identifier system used (i.e. IGSN, SWRC Sample Number, etc.) | |||||
IdentifierSystemOrganizationID | Integer | Foreign Key identifer for the organization overseeing or affiliated with the identifier system |
|
||||
ExternalIdentifierSystemDescription | VarChar(5000) |
| Description of identifier system. | ||||
ExternalIdentifierSystemURL | VarChar(255) |
| Universal Resource Locator (URL) for resolution/translation of an identifier system's URNs (i.e. http://dx.doi.org/ is the resolver URL for doi:10.1002/2013GL057450) |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ExternalIdentifierSystems_Organizations | ODM2Core.Organizations | ODM2ExternalIdentifiers.ExternalIdentifierSystems | OrganizationID | IdentifierSystemOrganizationID |
Used in Diagrams |
Diagram Name |
ODM2ExternalIdentifers |