Commit 501d1753 authored by 李德才's avatar 李德才

修改AS_LIBRARY表种字段长度

parent cfbc6ed6
......@@ -738,4 +738,9 @@
CREATE SEQUENCE "SEQ_AS_TREECLASSFIC" INCREMENT BY 1 START WITH 1 MAXVALUE 9223372036854775807 MINVALUE 1;
</sql>
</version>
<version edition="39" description="修改AS_LIBRARY字段长度">
<sql creator="lidecai" createDate="20200629" note="修改AS_LIBRARY字段长度">
alter table AS_LIBRARY modify(NAME_COLLECTION VARCHAR2(255))
</sql>
</version>
</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