hjg
This commit is contained in:
parent
778abb00c3
commit
7343bfe910
11 changed files with 21 additions and 0 deletions
|
@ -45,6 +45,7 @@ class User(Base):
|
|||
highres = Column(String)
|
||||
profileurl = Column(String)
|
||||
bannerurl = Column(String)
|
||||
house = Column(String)
|
||||
patron = Column(Integer, default=0)
|
||||
patron_utc = Column(Integer, default=0)
|
||||
verified = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue