biggest money

This commit is contained in:
Aevann1 2022-01-31 03:41:04 +02:00
parent 9432f69e17
commit a172970b4b
25 changed files with 108 additions and 55 deletions

View file

@ -50,6 +50,7 @@ class User(Base):
verified = Column(String)
verifiedcolor = Column(String)
marseyawarded = Column(Integer)
rehab = Column(Integer)
longpost = Column(Integer)
winnings = Column(Integer, default=0)
unblockable = Column(Boolean)