funders

-1 rows


Description

Table to hold different funder information allowed by ADA system

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('funders_id_seq'::regclass)
record_fundings.funder_id record_fundings_funder_id_fkeyR
abbreviation text 2147483647 null

Abbreviation of the funder name

name text 2147483647 null

datacite:funderName

url text 2147483647 null

datacite:funderIdentifier

created_at timestamp 29,6 now()

Indicate when the funder was created

updated_at timestamp 29,6 now()

Indicate when the funder was last updated

Indexes

Constraint Name Type Sort Column(s)
funder_pkey Primary key Asc id
funder_funder_abbrev_key Must be unique Asc abbreviation

Relationships