Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| funding_source_id | serial | 10 | √ | nextval('moped_fund_sources_funding_source_id_seq'::regclass) |
|
|
||||
| funding_source_name | text | 2147483647 | null |
|
|
|||||
| is_deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_fund_sources_pkey | Primary key | Asc | funding_source_id |
| moped_fund_sources_funding_source_id_key | Must be unique | Asc | funding_source_id |
| moped_fund_sources_funding_source_name_key | Must be unique | Asc | funding_source_name |