Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
funding_id | serial | 10 | √ | nextval('fundings_funding_id_seq'::regclass) |
|
|
||||
submission_id | int4 | 10 | null |
|
|
|||||
funding_source_id | int4 | 10 | null |
|
|
|||||
award_num | varchar | 256 | null |
|
|
|||||
created_date | timestamp | 29,6 | null |
|
|
|||||
last_modified | timestamp | 29,6 | √ | null |
|
|
||||
url | text | 2147483647 | √ | null |
|
|
||||
description | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fundings_pkey | Primary key | Asc | funding_id |