ALTER TABLE `table1` MODIFY COLUMN `age` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '年齢';
ALTER TABLE `table1` DROP COLUMN `age`;