alter table 表名 modify (字段名 字段类型长度);
alter table cachemsg modify (callernum varchar(40));
转载于:https://www.cnblogs.com/lsjava/p/6233531.html
alter table 表名 modify (字段名 字段类型长度);
alter table cachemsg modify (callernum varchar(40));
转载于:https://www.cnblogs.com/lsjava/p/6233531.html