Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
リフレクション設定のユニークID |
||||||||||||||||||
| organization_id | VARCHAR | 100 | null |
|
|
組織ID |
||||||||||||||||||
| name | VARCHAR | 255 | 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コーチング開始時間 |
||||||||||||||||||
| month_closing_day | TINYINT UNSIGNED | 3 | 0 |
|
|
月報締め日 (0=月末, 1-28=具体的な日付) |
||||||||||||||||||
| 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_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 |



