Commit 25ac8067 authored by 李德才's avatar 李德才

增加文件表中签名字段的长度

parent c65c1cd1
...@@ -2826,4 +2826,11 @@ values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情',' ...@@ -2826,4 +2826,11 @@ values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','
alter table AS_FOND add "PREFER" number(3,0); alter table AS_FOND add "PREFER" number(3,0);
</sql> </sql>
</version> </version>
<version edition="135" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -2809,5 +2809,10 @@ ...@@ -2809,5 +2809,10 @@
insert into AS_CONFIG VALUES (SEQ_CONFIG.nextval,'archiveOrgConfigName','JG',null) insert into AS_CONFIG VALUES (SEQ_CONFIG.nextval,'archiveOrgConfigName','JG',null)
</sql> </sql>
</version> </version>
<version edition="133" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -2812,4 +2812,10 @@ ...@@ -2812,4 +2812,10 @@
</sql> </sql>
</version> </version>
<version edition="133" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
</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