forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-19 20:47:22 +02:00
parent 2f49ef4067
commit c72e91427d
1 changed files with 1 additions and 0 deletions

View File

@ -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))