Commit a387cb71 authored by 成亚卿's avatar 成亚卿

文件表字段长度

parent 75f7999c
...@@ -2054,7 +2054,12 @@ ...@@ -2054,7 +2054,12 @@
alter table AS_CODEVALUE add "ORDERNUM" INTEGER; alter table AS_CODEVALUE add "ORDERNUM" INTEGER;
</sql> </sql>
</version> </version>
<version edition="84" description="修改文件表">
<sql creator="chengYaqing" createDate="20200926" note="修改文件表">
alter table AS_FILE modify (file_code CLOB);
alter table AS_FILE_RECYLE (file_code CLOB);
</sql>
</version>
</update> </update>
\ No newline at end of file
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