Skip to content

Commit

Permalink
note created_at
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Jan 28, 2024
1 parent 0364c3e commit cf03037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sc_crawler/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ class PriceTier(Json):


class Price(SQLModel, table=True):
## TODO add ipv4 pricing
## TODO created_at
id: int = Field(primary_key=True)
vendor_id: str = Field(foreign_key="vendor.id")
# a resource might be available in all or only in one/few
Expand Down

0 comments on commit cf03037

Please sign in to comment.