Commit 08e5aea5 authored by 李德才's avatar 李德才

修改列名

parent cf531b2c
......@@ -2791,4 +2791,12 @@ values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','
</sql>
</version>
<version edition="130" description="修改列名">
<sql creator="lidecai" createDate="20210104" note="修改列名">
alter table AS_COLLECTION_STATISTICAL add "LEVELS" INTEGER;
update AS_COLLECTION_STATISTICAL set LEVELS = LEVEL
ALTER TABLE AS_COLLECTION_STATISTICAL DROP COLUMN LEVEL;
</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