mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-03 13:16:26 +00:00
refactor: Database
class
This commit is contained in:
@ -14,5 +14,5 @@ class CommonBase(DeclarativeBase):
|
||||
class Property(CommonBase):
|
||||
__tablename__ = "property"
|
||||
|
||||
id: Mapped[str] = mapped_column(TEXT(), primary_key=True)
|
||||
key: Mapped[str] = mapped_column(TEXT(), primary_key=True)
|
||||
value: Mapped[str] = mapped_column(TEXT())
|
||||
|
Reference in New Issue
Block a user