ALTER TABLE user_paper add column reset_times int(11) unsigned NOT NULL DEFAULT '0' COMMENT '重置次数' AFTER finish_times; UPDATE user_paper set reset_times = finish_times;