Commit 82d4e1c3 authored by 成亚卿's avatar 成亚卿

修改file_code类型

parent 87c9c441
...@@ -2057,8 +2057,8 @@ ...@@ -2057,8 +2057,8 @@
</version> </version>
<version edition="84" description="修改文件表"> <version edition="84" description="修改文件表">
<sql creator="chengYaqing" createDate="20200926" note="修改文件表"> <sql creator="chengYaqing" createDate="20200926" note="修改文件表">
alter table AS_FILE modify (file_code CLOB); alter table AS_FILE modify (file_code varchar2(255));
alter table AS_FILE_RECYLE (file_code CLOB); alter table AS_FILE_RECYLE modify (file_code varchar2(255));
</sql> </sql>
</version> </version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment