MySQL 5.1 + 命令行工具sql
MySQL修改字段容许为空工具
alter table topic modify state int(4) null;
alter table表名 modify字段名字段类型(长度) null;