Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaivardhan-bhola authored Feb 2, 2023
1 parent 0405e19 commit 4e0a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Event(Base):
device_id = Column(String, nullable=True)
event_type = Column(String, index=True)
timestamp = Column(DateTime, server_default=func.now())
barcode = Column(Integer, nullable=True)
barcode = Column(String, nullable=True)
points = Column(Integer)


Expand Down

0 comments on commit 4e0a712

Please sign in to comment.