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