Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
plan_id | INT | 10 | √ | null |
|
|
|||||
budget_id | INT | 10 | null |
|
|
||||||
budget_period_id | INT | 10 | null |
|
|
||||||
estimated_amount | DECIMAL | 28,6 | √ | null |
|
|
|||||
authcat | VARCHAR | 30 | null |
|
|
||||||
authvalue | VARCHAR | 30 | null |
|
|
||||||
display | BIT | 0 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | plan_id |
aqbudgets_planning_ifbk_1 | Performance | Asc | budget_id |
budget_period_id | Performance | Asc | budget_period_id |