2016年1月19日
摘要: 1、修改已经存在表的字段属性自增长:alter table tab_name change tb_id tb_id int not null primary key auto_increment;添加字段设置主键:alter table tab_name add new_fieldid int...... 阅读全文
posted @ 2016-01-19 18:50 PHPSir 阅读(140) 评论(0) 推荐(0)