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 varchar2(64) NOT NULL,
file_md5 varchar2(64) NOT NULL UNIQUE,
file_md5 varchar2(64) NOT NULL,
file_path nvarchar2(1000) NOT NULL,
file_content_type varchar2(200) NOT NULL,
file_extension varchar2(100) NOT NULL,