Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 2147483647 | √ | null |
|
|
WOS Record ID |
|||||||
publisher_id | int4 | 10 | √ | null |
|
|
Order of publisher record |
|||||||
addr_no | varchar | 2147483647 | √ | null |
|
|
Address number. Used to link a specific author/publisher to a specific address. |
|||||||
full_address | varchar | 2147483647 | √ | null |
|
|
Full address |
|||||||
city | varchar | 2147483647 | √ | null |
|
|
City |
|||||||
name_count | varchar | 2147483647 | √ | null |
|
|
Count of publisher names |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
idx_publisher_id | Performance | Asc | publisher_id |
wos_publisher_id_publisher_id_key | Must be unique | Asc/Asc | id + publisher_id |