将身高字段设置为float类型,保留一位小数:
ALTER TABLE `user` CHANGE `height` `height` FLOAT(4,1) UNSIGNED NOT NULL DEFAULT '0' COMMENT '身高(cm)';