record_fundings

-1 rows


Description

Table to hold funding information of the datasets

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('record_fundings_id_seq'::regclass)
record_id int4 10 null
records.id record_fundings_record_id_fkeyC
funder_id int4 10 null
funders.id record_fundings_funder_id_fkeyR
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

Relationships