-- 供应商(customer)增加月度评分 ALTER TABLE `customer` ADD COLUMN `monthly_score` int DEFAULT NULL COMMENT '月度评分' AFTER `score`;