sher 发表于 2016-10-24 10:39:56

mysql在已有表中增加自动增长序列

ALTER TABLE tb_name modify old_column int not null auto_increment;
页: [1]
查看完整版本: mysql在已有表中增加自动增长序列