给MySQL表格添加一个自动增加的主键列

转载自  http://www.linuxidc.com/Linux/2012-02/55534.htmlinux   alter table `表格名` add column `列名` int not null auto_increment primary key comment '主键' first;spa
相关文章
相关标签/搜索