reflection_summarize_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_summarize_reports_reflection_setting_id_foreignC

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

text TEXT 65535 null

要約されたテキスト

period VARCHAR 20 null
period_types.period_code reflection_summarize_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_team_period_end Performance Asc/Asc/Asc reflection_setting_id + period + period_end
idx_team_period_start Performance Asc/Asc/Asc reflection_setting_id + period + period_start
reflection_summarize_reports_period_idx Performance Asc period
reflection_summarize_reports_reflection_setting_id_foreign Performance Asc reflection_setting_id

Relationships