Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
pubauthor_id | serial | 10 | √ | nextval('pubauthor_pubauthor_id_seq'::regclass) |
|
|
|||||
pub_id | int4 | 10 | null |
|
|
||||||
rank | int4 | 10 | null |
|
|
order of author in author list for this pub - order is important |
|||||
editor | bool | 1 | √ | false |
|
|
indicates whether the author is an editor for linked publication. Note: this is a boolean field but does not follow the normal chado convention for naming booleans |
||||
surname | varchar | 100 | null |
|
|
||||||
givennames | varchar | 100 | √ | null |
|
|
first name, initials |
||||
suffix | varchar | 100 | √ | null |
|
|
Jr., Sr., etc |