ALTER TABLE `kx_stock` MODIFY COLUMN `price` decimal(10, 2) NOT NULL DEFAULT 0 COMMENT '当前售价' AFTER `frezz_stock`;