ALTER TABLE `kx_carousel` ADD COLUMN `sort` int(2) NULL DEFAULT NULL DEFAULT 0 COMMENT '排序' AFTER `update_time`;