Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
KPIレコードのユニークID |
||||
| kpi_id | CHAR | 36 | null |
|
|
KPIのID |
||||
| user_id | CHAR | 36 | null |
|
|
ユーザーID |
||||
| report_id | CHAR | 36 | √ | null |
|
|
レポートID |
|||
| target_value | FLOAT | 12 | null |
|
|
ユーザのKPI目標値 |
||||
| actual_value | FLOAT | 12 | null |
|
|
ユーザのKPI実績値 |
||||
| created_at | BIGINT UNSIGNED | 20 | unix_timestamp(now()) |
|
|
保存された日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| reflection_kpi_values_kpi_id_foreign | Performance | Asc | kpi_id |
| reflection_kpi_values_report_id_foreign | Performance | Asc | report_id |
| reflection_kpi_values_user_id_idx | Performance | Asc | user_id |



