Browse Source

sql更新

jingyuanchao 1 year ago
parent
commit
5146598312
1 changed files with 3 additions and 1 deletions
  1. 3 1
      project_data/sql/0.1.0_zhulu/soc.sql

+ 3 - 1
project_data/sql/0.1.0_zhulu/soc.sql

@@ -35,7 +35,9 @@ BEGIN
         add alone_dept varchar(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '是否独立机构' after remote_control_count;
         add alone_dept varchar(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '是否独立机构' after remote_control_count;
     END IF;
     END IF;
 
 
-
+    -- 修改介绍信附件字段长度
+    alter table core_introduce_letter
+        modify letter_file text null comment '介绍信文件';
 
 
 
 
 END ??
 END ??