Browse Source

feat:修改问题明细跟处理详情字段类型

master
郑贵龙 1 year ago
parent
commit
8ca6c45bb3
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      doc/sql/app-20230912-ddl.sql

+ 3
- 0
doc/sql/app-20230912-ddl.sql View File

@ -125,3 +125,6 @@ alter table cim_collection_detail Add column processed_by varchar(32) null defau
alter table cim_collection_detail Add column produce_boss varchar(100) null default '' COMMENT '生产主管';
alter table cim_receivables_detail Add column produce_boss varchar(100) null default '' COMMENT '生产主管';
--
ALTER TABLE `cim_chat_file` MODIFY COLUMN `question` text, MODIFY COLUMN `complete_explain` text;

Loading…
Cancel
Save