@@ -69,6 +69,7 @@ class User(SQLModel, table=True):
disabled: bool | None = None
hashed_password: str | None = None
player_id: int | None = Field(default=None, foreign_key="player.id")
scopes: str = ""
SQLModel.metadata.create_all(engine)
The note is not visible to the blocked user.