docs: 更新 weather_data 表文档(spotcheckcount 字段)

This commit is contained in:
2026-05-18 09:53:06 +08:00
parent 54484482c3
commit 41b3aa6177

View File

@@ -215,7 +215,11 @@ paid_expires_at TIMESTAMPTZ DEFAULT NULL
```sql
id INTEGER PRIMARY KEY
user_id INTEGER users
-- 30+ 个天气测量字段列
hasspotcheckwindspeed BOOLEAN DEFAULT false
spotcheckcount INTEGER DEFAULT 5 0-10
winddirection JSON[] 10 + spotcheckcount
windspeed JSON[]
-- 其他 30+ 个天气测量字段列
```
#### refresh_tokens 表