mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 12:12:49 +05:30
docs: Added misc comments
This commit is contained in:
@@ -33,6 +33,7 @@ class Job(Base):
|
||||
onupdate=func.now(),
|
||||
nullable=False,
|
||||
)
|
||||
# JSON summaries and results
|
||||
summary: Mapped[Optional[Dict[str, Any]]] = mapped_column(
|
||||
JSON,
|
||||
nullable=True,
|
||||
|
||||
Reference in New Issue
Block a user