reflection_daily_employee_reports

36 rows


Description

ユーザーが作成するリフレクションレポート

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
goal_mention_analyzed_reports.report_id fk_gmar_reportC
goal_mention_scores.report_id fk_gms_reportC
reflection_kpi_values.report_id reflection_kpi_values_report_id_foreignN

レポートのユニークID

user_id CHAR 36 null

レポートの作成者(ユーザー)

organization_id VARCHAR 100 null
organizations.id Implied ConstraintR

組織ID

reflection_setting_id CHAR 36 null
reflection_settings.id reflection_reports_reflection_setting_id_foreignC

このレポートが属するリフレクション設定

text TEXT 65535 null

提出されたテキスト

session_id VARCHAR 50 null
ai_skill_categories.id Implied ConstraintR

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
idx_daily_reports_setting_created Performance Asc/Asc reflection_setting_id + created_at
idx_status_created_at Performance Asc/Asc status + created_at
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_user_organization_idx Performance Asc/Asc user_id + organization_id

Relationships