-- 新增quality字段 alter table tb_scene_light add COLUMN `quality` int(2) NOT NULL DEFAULT '-1' COMMENT '档次: -1:旧数据,无区分 0:预览图,1:1k 2:2k 3:3k 4:4k';