external_identifier_schemes

-1 rows


Description

Table to hold different identifier scheme infomation allowed by ADA system

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('external_identifier_schemes_id_seq'::regclass)
name_entity_identifiers.external_identifier_scheme_id name_entity_identifiers_external_identifier_scheme_id_fkeyR
name text 2147483647 null

The name of the identifier scheme, e.g. DOI, ORCID, ROR, etc.

url text 2147483647 null

The URL of the identifier scheme, e.g. https://doi.org

description text 2147483647 null
created_at timestamp 29,6 now()

Indicate when the identifier scheme was created

updated_at timestamp 29,6 now()

Indicate when the identifier scheme was last updated

Indexes

Constraint Name Type Sort Column(s)
external_identifier_scheme_pkey Primary key Asc id
external_identifier_scheme_scheme_name_key Must be unique Asc name

Relationships