Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('external_identifier_schemes_id_seq'::regclass) |
|
|
||||
| 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 |

