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 |
||||
info_id | int4 | 10 | √ | null |
|
|
Order of conf info record |
||||
conf_info | varchar | 2147483647 | √ | null |
|
|
Concatenation of conference title, conference date and conference location |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
idx_info_id | Performance | Asc | info_id |
wos_conf_info_id_conf_record_id_info_id_key | Must be unique | Asc/Asc/Asc | id + conf_record_id + info_id |