Newer
Older
GHFX_REFACTOR / SQL / V0_0_125__LOGINFO_SEQ.sql
xiaowei on 11 Jan 2018 118 bytes 上传脚本
create sequence SEQ_LOGINFO_ID
minvalue 1
maxvalue 999999999999999999999999999
start with 100
increment by 1
cache 20;