Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
リフレクション設定のユニークID |
||||||||||||||
| organization_id | VARCHAR | 100 | null |
|
|
組織ID |
||||||||||||||
| CHAR | 36 | null |
|
|
作成者のユーザーID |
|||||||||||||||
| name | VARCHAR | 255 | null |
|
|
リフレクション設定の名称 |
||||||||||||||
| report_to_user_id | CHAR | 36 | √ | null |
|
|
レポートの報告先(任意) |
|||||||||||||
| start_date | DATE | 10 | √ | null |
|
|
設定期間の開始日 |
|||||||||||||
| end_date | DATE | 10 | √ | null |
|
|
設定期間の終了日 |
|||||||||||||
| status | VARCHAR | 20 | active |
|
|
計画のステータス |
||||||||||||||
| week_closing_day | VARCHAR | 10 | null |
|
|
週締め曜日 |
||||||||||||||
| coaching_start_time | TIME | 8 | null |
|
|
AIコーチング開始時間 |
||||||||||||||
| created_at | BIGINT UNSIGNED | 20 | unix_timestamp(now()) |
|
|
設定が作成された日時 |
||||||||||||||
| updated_at | BIGINT UNSIGNED | 20 | unix_timestamp(now()) |
|
|
設定が最後に更新された日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| reflection_settings_author_id_index | Performance | Asc | author_id |
| reflection_settings_organization_id_foreign | Performance | Asc | organization_id |
| reflection_settings_status_foreign | Performance | Asc | status |
| reflection_settings_week_closing_day_foreign | Performance | Asc | week_closing_day |



