日期:2014-05-16 浏览次数:20880 次
alter table tb_name modify a char(8) not null; ------解决方案--------------------
create unique index f_a on tbl_name(a);