ALTER TABLE `zh_sum_load_history` ADD COLUMN `cover` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '覆盖数据' AFTER `load_time`;