Automatically reset an auto_increment in mysql

后端 未结 0 1911
攒了一身酷
攒了一身酷 2020-12-23 22:39

There is a table where I have a composite primary key:

create table checkbook(
     code int primary key auto_increment
 
);

create table check(
     check_n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题