Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
||||||||
proposed_type | int4 | 10 | null |
|
|
|||||||||
total_budget | int4 | 10 | √ | null |
|
|
||||||||
total_expenditure | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dref_proposedaction_pkey | Primary key | Asc | id |
Check Constraints
Constraint Name | Constraint |
---|---|
dref_proposedaction_proposed_type_check | ((proposed_type >= 0)) |
dref_proposedaction_total_expenditure_check | ((total_expenditure >= 0)) |
dref_proposedaction_total_budget_check | ((total_budget >= 0)) |