清空表格weather_data并重制编号(SQLite)
weather_data
DELETE FROM weather_data; UPDATE sqlite_sequence SET seq = 0 WHERE name = 'weather_data';