Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
ID |
||||
| reflection_setting_id | CHAR | 36 | null |
|
|
リフレクション設定ID |
||||
| dify_document_id | CHAR | 36 | √ | null |
|
|
Dify Knowledge BaseのドキュメントID |
|||
| period | VARCHAR | 20 | null |
|
|
レポート期間: daily, weekly, monthly |
||||
| created_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
作成日時 |
|||
| updated_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
更新日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_reflection_setting_id | Performance | Asc | reflection_setting_id |
| unique_team_period | Must be unique | Asc/Asc | reflection_setting_id + period |

