add column

This commit is contained in:
user 2025-02-27 10:35:12 +03:00
parent 17b0d37143
commit 52663399cd
1 changed files with 1 additions and 0 deletions

View File

@ -51,5 +51,6 @@ class StarsInvoice(AlchemyBase):
content_hash = Column(String(256), nullable=True)
invoice_url = Column(String(256), nullable=True)
paid = Column(Boolean, nullable=False, default=False)
created = Column(DateTime, nullable=False, default=datetime.utcnow)