web: 修改 vp_file_resource表file_type字段长度

dev_2.1.0
xueqingkun 1 year ago
parent 701ecbeef2
commit a78affce8b

@ -76,3 +76,7 @@ create table vp_material_library
)
comment '素材库表';
-- 修改字段长度
alter table vp_file_resource
modify file_type varchar(128) null comment '文件类型';

Loading…
Cancel
Save