fdfd
This commit is contained in:
parent
edaa1c765b
commit
baa94e90e0
5 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ class User(Base, Stndrd, Age_times):
|
|||
profileurl = Column(String)
|
||||
bannerurl = Column(String)
|
||||
patron = Column(Integer, default=0)
|
||||
verified = Column(Boolean)
|
||||
verified = Column(String)
|
||||
email = Column(String)
|
||||
css = deferred(Column(String))
|
||||
profilecss = deferred(Column(String))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue