Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.budget_usage_history_id_seq'::regclass) |
|
|
|||||
budget_id | int4 | 10 | null |
|
|
||||||
used_with_order_id | int4 | 10 | √ | null |
|
|
|||||
used_value | numeric | 18,4 | null |
|
|
||||||
external_ref | uuid | 2147483647 | null |
|
|
||||||
source_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_budget_usage_history | Primary key | Asc | id |
ixbudget_usage_history_budget_id | Performance | Asc | budget_id |
ixbudget_usage_history_used_with_order_id | Performance | Asc | used_with_order_id |