jingyuanchao hai 1 ano
pai
achega
5146598312
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;
     END IF;
 
-
+    -- 修改介绍信附件字段长度
+    alter table core_introduce_letter
+        modify letter_file text null comment '介绍信文件';
 
 
 END ??