docs: 更新 weather_data 表文档(spotcheckcount 字段)
This commit is contained in:
@@ -215,7 +215,11 @@ paid_expires_at TIMESTAMPTZ DEFAULT NULL
|
|||||||
```sql
|
```sql
|
||||||
id INTEGER PRIMARY KEY
|
id INTEGER PRIMARY KEY
|
||||||
user_id INTEGER(外键,关联 users 表)
|
user_id INTEGER(外键,关联 users 表)
|
||||||
-- 30+ 个天气测量字段列
|
hasspotcheckwindspeed BOOLEAN DEFAULT false(是否有抽测风速)
|
||||||
|
spotcheckcount INTEGER DEFAULT 5(抽测次数,用户可自定义 0-10)
|
||||||
|
winddirection JSON[](风向数组,前 10 项主测 + 后 spotcheckcount 项抽测)
|
||||||
|
windspeed JSON[](风速数组,同上)
|
||||||
|
-- 其他 30+ 个天气测量字段列
|
||||||
```
|
```
|
||||||
|
|
||||||
#### refresh_tokens 表
|
#### refresh_tokens 表
|
||||||
|
|||||||
Reference in New Issue
Block a user