Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 2147483647 | √ | null |
|
|
WOS Record ID |
||||
conf_record_id | int4 | 10 | √ | null |
|
|
ID of parent conference record |
||||
location_id | int4 | 10 | √ | null |
|
|
Order of conf location record |
||||
conf_host | varchar | 2147483647 | √ | null |
|
|
Conference host location |
||||
conf_city | varchar | 2147483647 | √ | null |
|
|
Conference city |
||||
conf_state | varchar | 2147483647 | √ | null |
|
|
U.S. State or Canadian province |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
idx_location_id | Performance | Asc | location_id |
wos_conf_location_id_conf_record_id_location_id_key | Must be unique | Asc/Asc/Asc | id + conf_record_id + location_id |