This commit is contained in:
Aevann1 2022-01-25 03:59:58 +02:00
parent 2e41b01bea
commit 63ebd12575
6 changed files with 169 additions and 96 deletions

View file

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