ALTER TABLE `order` MODIFY COLUMN `unitprice` varchar(11) NULL DEFAULT NULL COMMENT '单价' AFTER `goodsname`;