🎨 更新 forest.sql
This commit is contained in:
parent
9fb5655bdc
commit
c981e71dfa
@ -360,7 +360,7 @@ create table forest_file
|
|||||||
file_type varchar(10) null comment '文件类型'
|
file_type varchar(10) null comment '文件类型'
|
||||||
) comment '文件上传记录表';
|
) comment '文件上传记录表';
|
||||||
|
|
||||||
create index inddex_md5_value_created_by
|
create index index_md5_value_created_by
|
||||||
on forest_file (md5_value, created_by);
|
on forest_file (md5_value, created_by);
|
||||||
|
|
||||||
create index index_created_by
|
create index index_created_by
|
||||||
|
Loading…
Reference in New Issue
Block a user