Commit 1beff6db authored by 成亚卿's avatar 成亚卿

修改长度

parent 7adaa88b
...@@ -1974,6 +1974,7 @@ ...@@ -1974,6 +1974,7 @@
alter table AS_BUGINFO rename column IP to TASK_ID; alter table AS_BUGINFO rename column IP to TASK_ID;
alter table AS_BUGINFO modify(TASK_ID number(9,0)); alter table AS_BUGINFO modify(TASK_ID number(9,0));
alter table AS_BUGINFO drop column URL; alter table AS_BUGINFO drop column URL;
alter table AS_BUGINFO modify(type varchar2(100));
alter table AS_BUGINFO modify(INFO varchar2(2000)); alter table AS_BUGINFO modify(INFO varchar2(2000));
alter table AS_BUGINFO rename to AS_BUG_INFO; alter table AS_BUGINFO rename to AS_BUG_INFO;
</sql> </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