Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OAID | varchar | 11 | null |
|
|
|||||||||||||||||||||||||||
AUTH | text | 2147483647 | null |
|
|
Is author family name |
||||||||||||||||||||||||||
FORENAME | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
INITIALS | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
ORCID | varchar | 19 | √ | null |
|
|
Is author ORCID (https://orcid.org). Is the preferred external author identifier |
|||||||||||||||||||||||||
SCOPUSID | text | 2147483647 | √ | null |
|
|
Is author Scopus ID (https://www.scopus.com/) |
|||||||||||||||||||||||||
WSCC_RESID | text | 2147483647 | √ | null |
|
|
Is Web of Science author ID (https://www.webofscience.com/wos/author/) |
|||||||||||||||||||||||||
AUTH_COMMT | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
CREATED_AT | timestamptz | 35,6 | timezone('UTC'::text, now()) |
|
|
Is record timestamp with timezone based on UTC |
||||||||||||||||||||||||||
UPDATED_AT | timestamptz | 35,6 | √ | timezone('UTC'::text, now()) |
|
|
Is timestamp of record update with timezone based on UTC |
|||||||||||||||||||||||||
AUTH_URL | text | 2147483647 | √ | null |
|
|
Is author url |
|||||||||||||||||||||||||
URL_DATE | date | 13 | √ | null |
|
|
Is date of latest author url validation |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
global_Author_pkey | Primary key | Asc | OAID |