mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
Динамическое создание er-диаграммы по моделям
This commit is contained in:
@@ -27,7 +27,7 @@ def upgrade() -> None:
|
||||
op.add_column(
|
||||
"users",
|
||||
sa.Column(
|
||||
"totp_secret", sqlmodel.sql.sqltypes.AutoString(length=64), nullable=True
|
||||
"totp_secret", sqlmodel.sql.sqltypes.AutoString(length=80), nullable=True
|
||||
),
|
||||
)
|
||||
op.add_column(
|
||||
|
||||
Reference in New Issue
Block a user