Commit 216d4228 authored by 郭晓俊's avatar 郭晓俊

在AS_IDENTIFY_TASK添加字段CLASSIFY_ID

parent fed3a26f
...@@ -927,5 +927,10 @@ ...@@ -927,5 +927,10 @@
alter table AS_CHECK_RECORD_RESULT add(DATASIGN VARCHAR2(200)); alter table AS_CHECK_RECORD_RESULT add(DATASIGN VARCHAR2(200));
</sql> </sql>
</version> </version>
<version edition="46" description="档案分类ID">
<sql creator="guoxiaojun" createDate="20200717" note="档案分类ID">
alter table AS_IDENTIFY_TASK add CLASSIFY_ID NUMBER(9,0);
</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