Browse Source

feat:生产表新增字段

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

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

@ -119,3 +119,7 @@ ALTER TABLE `cim_chat_file` MODIFY COLUMN `question` varchar (500);
-- 催收表新增处理人
alter table cim_collection_detail Add column processed_by varchar(32) null default '' COMMENT '处理人';
--
alter table cim_collection_detail Add column produce_boss varchar(100) null default '' COMMENT '生产主管';

Loading…
Cancel
Save