Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
||||
proposed_type | int4 | 10 | null |
|
|
|||||
budget | int4 | 10 | √ | null |
|
|
||||
activity_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dref_proposedaction_pkey | Primary key | Asc | id |
dref_proposedaction_activity_id_3949a6c8 | Performance | Asc | activity_id |
Check Constraints
Constraint Name | Constraint |
---|---|
dref_proposedaction_budget_check | ((budget >= 0)) |
dref_proposedaction_proposed_type_check | ((proposed_type >= 0)) |