Skip to content

Commit

Permalink
fix:fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jingooo5 committed Nov 2, 2024
1 parent 87d2343 commit f638a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Item(BaseEntity):
item_category = Column(Enum(ItemCategory), nullable=False)
base_consume_expectation = Column(Integer, nullable=False)
base_price = Column(Integer, nullable=False)
base_count = Column(Integer, nullable=False)
embedding = Column(JSON, nullable=True)


Expand Down

0 comments on commit f638a24

Please sign in to comment.