This commit is contained in:
2024-07-01 06:01:50 +03:00
parent a6f7a9d65f
commit 386ee7e460
29 changed files with 727 additions and 296 deletions

View File

@@ -7,4 +7,3 @@ class DailyStock(BaseStocksModel):
__tablename__ = 'daily_stocks'
product_id: Mapped[int] = mapped_column(primary_key=True)
sold_today: Mapped[int] = mapped_column()
test: Mapped[bool] = mapped_column()