mysql 增加列 删除列 在某一位置

alter table t1 add column addr varchar(20) not null after user1;

alter table t_bangong_productinfo drop amount;

alter table t_bangong_application change applytime time datetime

此处评论已关闭