摘要: 创建表drop table if exists sequences;create table sequences( SEQUENCE_NAME varchar(80) not null comment '自增序列名称' primary key, INCREMENT_BY int not null c 阅读全文
posted @ 2021-09-06 14:16 苏黎世湖畔 阅读(1013) 评论(0) 推荐(0)