dfdf
This commit is contained in:
parent
eb42b54e47
commit
c31f2ecee0
3 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@ class User(Base, Stndrd, Age_times):
|
|||
highres = Column(String)
|
||||
profileurl = Column(String)
|
||||
bannerurl = Column(String)
|
||||
patron = Column(Boolean, default=False)
|
||||
patron = Column(Integer, default=0)
|
||||
animatedname = Column(Boolean, default=False)
|
||||
email = Column(String)
|
||||
css = deferred(Column(String))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue