ctc_poc2026/docs/tables/tm_cluster_feedback.md

14 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

|字段名称|字段类型|中文说明|注释|是否为主键|
|---|---|---|---|---|
|feedback_id|varchar(64) PRIMARY KEY|反馈记录 ID|反馈记录 ID|是|
|year_month|varchar(7) NOT NULL|所属账期,格式 YYYY-MM|所属账期,格式 YYYY-MM|否|
|cluster_id|varchar(64) NOT NULL|聚类区域 ID|聚类区域 ID|否|
|problem_reason_type|varchar(64) NOT NULL|问题根因类型编码|问题根因类型编码|否|
|solution_type|varchar(64) NOT NULL|解决措施类型编码|解决措施类型编码|否|
|problem_desc|text NOT NULL|问题描述(自由文本)|问题描述(自由文本)|否|
|solution_desc|text NOT NULL|解决措施描述(自由文本)|解决措施描述(自由文本)|否|
|feedback_user|varchar(64) NOT NULL|反馈提交用户账号|反馈提交用户账号|否|
|feedback_source|varchar(32) NOT NULL DEFAULT 'manual'|反馈来源manual/system/external 等|反馈来源manual/system/external 等|否|
|is_feedback|smallint NOT NULL DEFAULT 1|是否有效反馈1=是 0=已撤销|是否有效反馈1=是 0=已撤销|否|
|updated_by|varchar(64)|最后更新人账号|最后更新人账号|否|
|update_time|timestamp without time zone NOT NULL DEFAULT now()|记录更新时间|记录更新时间|否|