Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('funders_id_seq'::regclass) |
|
|
||||
| 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 |

