ALTER TABLE `ufutx_s2_shop_category` ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `icon`;