From aa1235d4a364c6edb7cd31131e2f6cc9e650449d Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Tue, 30 Jan 2024 10:18:17 +0800 Subject: [PATCH] =?UTF-8?q?web=20=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20vp=5Fmat?= =?UTF-8?q?erial=5Flibrary=20=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-web/src/main/resources/sqlScript/todo.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-patient-web/src/main/resources/sqlScript/todo.sql b/virtual-patient-web/src/main/resources/sqlScript/todo.sql index f14cfc9e..eccf623b 100644 --- a/virtual-patient-web/src/main/resources/sqlScript/todo.sql +++ b/virtual-patient-web/src/main/resources/sqlScript/todo.sql @@ -75,7 +75,7 @@ create table vp_material_library update_user_id varchar(64) null comment '更新人', update_time datetime(0) default CURRENT_TIMESTAMP(0) null comment '更新时间' ) - comment '素材库表'; + ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC comment '素材库表'; -- 修改字段长度 alter table vp_file_resource