Commit d2947c53 authored by 陈勇's avatar 陈勇

升级语句加个; 防止升级时不执行

parent 66b4362a
......@@ -2400,7 +2400,7 @@
comment on column "AS_FOURTEST"."DESCRIPTION" is '检测描述';
alter table "AS_FOURTEST" modify "NAME" VARCHAR2(500)
alter table "AS_FOURTEST" modify "NAME" VARCHAR2(500);
alter table"AS_FOURTEST" modify "LIB_ID" NUMBER(9, 0);
</sql>
......
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