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