remove file_md5 unique index

This commit is contained in:
thinkgem
2019-02-27 21:40:06 +08:00
parent 85790225af
commit 2ce628456f
14 changed files with 27 additions and 14 deletions

View File

@@ -289,7 +289,7 @@ CREATE TABLE js_sys_employee_post
CREATE TABLE js_sys_file_entity
(
file_id varchar(64) NOT NULL,
file_md5 varchar(64) NOT NULL UNIQUE,
file_md5 varchar(64) NOT NULL,
file_path varchar(1000) NOT NULL,
file_content_type varchar(200) NOT NULL,
file_extension varchar(100) NOT NULL,