Commit 6a1b6bf0 authored by 胡文斌's avatar 胡文斌

Update DM_UpdateSQL.xml

parent bd202cfb
...@@ -2497,6 +2497,12 @@ ...@@ -2497,6 +2497,12 @@
}', 'archser'); }', 'archser');
</sql> </sql>
</version> </version>
<version edition="109" description="四性检测添加创建时间字段">
<sql creator="huwenbin" createDate="20201124" note="四性检测添加创建时间字段">
alter table "AS_FOURTEST" add column("CREATE_TIME" TIMESTAMP(6));
comment on column "AS_FOURTEST"."CREATE_TIME" is '创建时间';
</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