Commit 4062b413 authored by 成亚卿's avatar 成亚卿

修改as_task表

parent f9a9292c
......@@ -1918,4 +1918,15 @@
</sql>
</version>
<version edition="75" description="添加task表字段">
<sql creator="chengYaqing" createDate="20200901" note="添加task表字段">
ALTER TABLE AS_TASK DROP COLUMN (ISDELE);
ALTER TABLE AS_TASK DROP COLUMN (TASKNUMBER);
ALTER TABLE AS_TASK DROP COLUMN (SRCDBID);
ALTER TABLE AS_TASK DROP COLUMN (TASKID);
ALTER TABLE AS_TASK DROP COLUMN (IDSEQ);
alter table AS_TASK add (fonds_number varchar2(50), ip varchar2(100) );
</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