Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
serial | 10 | √ | nextval('ndb.seq_publicationauthors_authorid'::regclass) |
|
|
An arbitrary Author identification number. |
||||
publicationid | int4 | 10 | null |
|
|
Publication identification number. Field links to the Publications table. |
||||
int4 | 10 | √ | null |
|
|
Ordinal number for the position in which the author’s name appears in the publication’s author list. |
||||
familyname | varchar | 64 | √ | null |
|
|
Family name of author |
|||
initials | varchar | 8 | √ | null |
|
|
Initials of author’s given names |
|||
suffix | varchar | 8 | √ | null |
|
|
Authors suffix (e.g. «Jr.») |
|||
contactid | int4 | 10 | √ | null |
|
|
Contact identification number. Field links to the Contacts table. |
|||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
publicationauthors_pkey | Primary key | Asc | authorid |
ix_contactid_publicationauthors | Performance | Asc | contactid |
ix_publicationid_publicationauthors | Performance | Asc | publicationid |