reflection_daily_employee_reports

0 rows


Description

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

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
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
reflection_report_status.status reflection_reports_status_foreignR

現在のステータス

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

Relationships