Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| funding_status_id | serial | 10 | √ | nextval('moped_fund_status_funding_status_id_seq'::regclass) |
|
|
||||
| funding_status_name | text | 2147483647 | null |
|
|
|||||
| funding_status_description | text | 2147483647 | √ | null |
|
|
Description of the funding status |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_fund_status_pkey | Primary key | Asc | funding_status_id |
| moped_fund_status_funding_status_name_key | Must be unique | Asc | funding_status_name |