goal_item_history table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
scope | BIT | 1 | null |
|
|
|||||
itemid | BIGINT | 19 | null |
|
|
|||||
scalevalueid | BIGINT | 19 | √ | null |
|
|
||||
timemodified | BIGINT | 19 | null |
|
|
|||||
usermodified | BIGINT | 19 | null |
|
|
Table contained -1 rows
goal_item_history table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
goalitemhist_sca_ix | Performance | Asc | scalevalueid |
goalitemhist_scoite_ix | Performance | Asc/Asc | scope + itemid |