fds
This commit is contained in:
parent
25736c5eb1
commit
aeff6bc232
4 changed files with 11 additions and 1 deletions
|
@ -46,6 +46,7 @@ class User(Base):
|
|||
profileurl = Column(String)
|
||||
bannerurl = Column(String)
|
||||
patron = Column(Integer, default=0)
|
||||
patron_utc = Column(Integer, default=0)
|
||||
verified = Column(String)
|
||||
verifiedcolor = Column(String)
|
||||
marseyawarded = Column(Integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue