This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/resources/sql/updata_request_info_20180231.sql
zhanghongqing c1937d0bf5 1.requestinfo中requestTitle当做函号使用,requestNumber当做来函标题使用
2.修改requestInfo表字段requestNumber长度
3.提交配置中主题网站表app_topic_domain_cfg中字段的名称修改
2018-08-31 15:49:03 +08:00

3 lines
340 B
SQL
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.

alter table request_info modify column request_title VARCHAR(512) not NULL COMMENT 'request_number字段与request_title互换使用request_title当来函函号使用';
alter table request_info modify column request_number VARCHAR(512) COMMENT 'request_number字段与request_title互换使用request_number当来函标题使用';