Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('record_fundings_id_seq'::regclass) |
|
|
||||
| record_id | int4 | 10 | null |
|
|
|||||
| funder_id | int4 | 10 | null |
|
|
|||||
| award_number | text | 2147483647 | null |
|
|
datacite:awardNumber, e.g. GBMF3859.01 |
||||
| award_title | text | 2147483647 | √ | null |
|
|
datacite:awardTitle, e.g. Socioenvironmental Monitoring of the Amazon Basin and Xingu |
|||
| award_url | text | 2147483647 | √ | null |
|
|
datacite:awardURI, e.g. https://www.moore.org/grants/list/GBMF3859.01 |
|||
| created_at | timestamp | 29,6 | now() |
|
|
|||||
| updated_at | timestamp | 29,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| record_fundings_pkey | Primary key | Asc | id |
| record_fundings_record_id_funder_id_award_num_key | Must be unique | Asc/Asc/Asc | record_id + funder_id + award_number |

