1. -- TB_SM_STORE_DEVICE_COUNT(库存设备统计信息)主键序列
    2. create sequence SEQ_SM_STORE_DEVICE_COUNT
    3. minvalue 1
    4. maxvalue 9999999999999999999999999999
    5. start with 1
    6. increment by 1
    7. cache 20;