Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| funding_program_id | serial | 10 | √ | nextval('moped_fund_source_cat_funding_source_category_id_seq'::regclass) |
|
|
||||
| funding_program_name | text | 2147483647 | null |
|
|
|||||
| is_deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_fund_programs_pkey | Primary key | Asc | funding_program_id |
| moped_fund_source_cat_funding_source_category_id_key | Must be unique | Asc | funding_program_id |
| moped_fund_source_cat_funding_source_category_name_key | Must be unique | Asc | funding_program_name |