mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🗃️ 添加 verify 字段到 Bind 模型,并在创建或更新绑定时支持该字段
This commit is contained in:
@@ -71,6 +71,7 @@ class Bind(MappedAsDataclass, Model):
|
||||
user_id: Mapped[int] = mapped_column(index=True)
|
||||
game_platform: Mapped[GameType] = mapped_column(String(32))
|
||||
game_account: Mapped[str]
|
||||
verify: Mapped[bool]
|
||||
|
||||
|
||||
class TriggerHistoricalDataV2(MappedAsDataclass, Model):
|
||||
|
||||
Reference in New Issue
Block a user