MySQL 5.1 + 命令行工具sql
MySQL修改字段容許爲空工具
alter table topic modify state int(4) null;
alter table表名 modify字段名字段類型(長度) null;