hi,
i have mysql and i was modifying column type from var(20) to varchar(64) and as a result, it changed most columns to varchar type in several tables in this database (although it kept the right char number). no other databases were affected.
the statement was:
alter table usertable modify userid varchar(64) not null;
what happened?
thanks,
steve