Commit f627d76b authored by 成亚卿's avatar 成亚卿

添加序列

parent 1fc55b3e
......@@ -3038,6 +3038,10 @@ commit;
comment on column "AS_SCAN_SETTING"."SPLIT_VALUE" is '水印分隔符';
comment on column "AS_SCAN_SETTING"."STATIC_VALUE" is '静态水印值';
comment on column "AS_SCAN_SETTING"."ORGAN_ID" is '立档单位ID,用于区分上下级';
CREATE SEQUENCE
"SEQ_AS_SCAN_SETTING" INCREMENT BY 1 START WITH 1
MAXVALUE
9999999999 MINVALUE 1 CACHE 20;
</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