-- 为 weather_data 表添加抽测次数字段 ALTER TABLE weather_data ADD COLUMN IF NOT EXISTS spotcheckcount INTEGER NOT NULL DEFAULT 5;