Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 2147483647 | √ | null |
|
|
WOS Record ID |
||||
grant_rec_id | int4 | 10 | √ | null |
|
|
ID of parent grant record |
||||
agency_id | int4 | 10 | √ | null |
|
|
Order of grant agency record |
||||
grant_agency | varchar | 2147483647 | √ | null |
|
|
Grant agency |
||||
pref | varchar | 2147483647 | √ | null |
|
|
Flag to mark preferred agency name |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
idx_agency_id | Performance | Asc | agency_id |
wos_grant_agencies_id_grant_rec_id_agency_id_key | Must be unique | Asc/Asc/Asc | id + grant_rec_id + agency_id |