gffgfg
This commit is contained in:
parent
01b584774a
commit
73e8ac2d10
7 changed files with 111 additions and 7 deletions
|
@ -22,6 +22,7 @@ class User(Base, Stndrd, Age_times):
|
|||
id = Column(Integer, primary_key=True)
|
||||
username = Column(String)
|
||||
namecolor = Column(String, default='ff66ac')
|
||||
background = Column(String)
|
||||
customtitle = Column(String)
|
||||
customtitleplain = Column(String)
|
||||
titlecolor = Column(String, default='ff66ac')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue