reflection_summarize_employee_reports

0 rows


Description

メンバー別の週次・月次集約レポート

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null

レポートのユニークID

reflection_setting_id CHAR 36 null
reflection_settings.id reflection_setting_id_foreignC

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

user_id CHAR 36 null

ユーザーID

text TEXT 65535 null

要約されたテキスト

period VARCHAR 20 null
period_types.period_code reflection_summarize_employee_reports_period_foreignR

要約の期間

period_start DATE 10 null
period_end DATE 10 null
created_at BIGINT UNSIGNED 20 unix_timestamp(now())

レポートが作成された日時

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_employee_period_end Performance Asc/Asc/Asc user_id + period + period_end
idx_employee_period_start Performance Asc/Asc/Asc user_id + period + period_start
reflection_setting_id_foreign Performance Asc reflection_setting_id
reflection_summarize_employee_reports_period_idx Performance Asc period
reflection_summarize_employee_reports_user_id_idx Performance Asc user_id

Relationships