Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
レポートのユニークID |
||||
| user_id | CHAR | 36 | null |
|
|
レポートの作成者(ユーザー) |
||||
| organization_id | VARCHAR | 100 | null |
|
|
組織ID |
||||
| reflection_setting_id | CHAR | 36 | null |
|
|
このレポートが属するリフレクション設定 |
||||
| text | TEXT | 65535 | √ | null |
|
|
提出されたテキスト |
|||
| session_id | VARCHAR | 50 | √ | null |
|
|
AIチャット履歴に紐づくSessionID |
|||
| status | VARCHAR | 20 | draft |
|
|
現在のステータス |
||||
| created_at | BIGINT UNSIGNED | 20 | unix_timestamp(now()) |
|
|
レポートが作成された日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| reflection_reports_reflection_setting_id_foreign | Performance | Asc | reflection_setting_id |
| reflection_reports_session_id_idx | Performance | Asc/Asc | user_id + session_id |
| reflection_reports_status_foreign | Performance | Asc | status |
| reflection_reports_user_organization_idx | Performance | Asc/Asc | user_id + organization_id |



