appraisal_event table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||
| appraisalid | BIGINT | 19 | null |
|
|
|||||||
| appraisalstageid | BIGINT | 19 | null |
|
|
|||||||
| event | VARCHAR | 32 |
|
|
Event name: activation, stage_complete or stage_due |
|||||||
| delta | BIGINT | 19 | 0 |
|
|
Event time delta: + - after event, 0 - immediately, - before event |
||||||
| deltaperiod | BIT | 1 | 0 |
|
|
Period: 0 - hours (not used), 1 - days, 2 - weeks, 3 - months |
||||||
| triggered | BIT | 1 | 0 |
|
|
|||||||
| stageiscompleted | BIT | 1 | 0 |
|
|
|||||||
| timescheduled | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
appraisal_event table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| appreven_app2_ix | Performance | Asc | appraisalstageid |
| appreven_app_ix | Performance | Asc | appraisalid |
| appreven_eve_ix | Performance | Asc | event |
| appreven_tim_ix | Performance | Asc | timescheduled |
