begin; alter table t_bc_order add column `price` varchar(60) COMMENT '价格'; commit;