为已有表新增一个自增主键

130 阅读1分钟

alter table tb_event_handle add column id int auto_increment primary key; alter table tb_event_handle auto_increment=1