Commit 5b1e94cb authored by 刘可心's avatar 刘可心

添加序列号

parent 733a4d0d
......@@ -3027,7 +3027,12 @@
"HOME_URL" VARCHAR(255),
"SYSTEM" VARCHAR(100),
CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
</sql>
</version>
<version edition="143" description="添加序列号">
<sql creator="liukexin" createDate="20210315" note="添加序列号">
create sequence SEQ_USER_HOME start with 1 increment by 1 maxvalue 99999999999
</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