f
This commit is contained in:
parent
48dd3d97e1
commit
1f3eb88f58
5 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ class Comment(Base):
|
|||
created_utc = Column(Integer)
|
||||
edited_utc = Column(Integer, default=0)
|
||||
is_banned = Column(Boolean, default=False)
|
||||
ghost = Column(Boolean)
|
||||
ghost = Column(Boolean, default=False)
|
||||
bannedfor = Column(Boolean)
|
||||
distinguish_level = Column(Integer, default=0)
|
||||
deleted_utc = Column(Integer, default=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue