From a78affce8bd7bfbf108b69f0a26339d1944d6af2 Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Mon, 29 Jan 2024 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?web:=20=E4=BF=AE=E6=94=B9=20vp=5Ffile=5Fresourc?= =?UTF-8?q?e=E8=A1=A8file=5Ftype=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-web/src/main/resources/sqlScript/todo.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/virtual-patient-web/src/main/resources/sqlScript/todo.sql b/virtual-patient-web/src/main/resources/sqlScript/todo.sql index a48bcd55..e4e92345 100644 --- a/virtual-patient-web/src/main/resources/sqlScript/todo.sql +++ b/virtual-patient-web/src/main/resources/sqlScript/todo.sql @@ -76,3 +76,7 @@ create table vp_material_library ) comment '素材库表'; +-- 修改字段长度 +alter table vp_file_resource + modify file_type varchar(128) null comment '文件类型'; +