This commit is contained in:
fengchuanhn@gmail.com
2026-05-22 16:25:21 +08:00
parent 6f67bf703b
commit a58b0e3bd6
4 changed files with 81 additions and 49 deletions

View File

@@ -29,3 +29,4 @@ class CardKey(Base):
Integer, ForeignKey("users.id", ondelete="SET NULL"), nullable=True, index=True
)
remark: Mapped[str | None] = mapped_column(String(255), nullable=True)
oem_remark: Mapped[str | None] = mapped_column(String(255), nullable=True)