add is_closed
column to Thread class
This commit is contained in:
parent
fdea61b784
commit
5074db5618
@ -19,3 +19,4 @@ class Threads(Base):
|
||||
author = Column(String)
|
||||
title = Column(String)
|
||||
content = Column(String)
|
||||
is_closed = Column(Boolean, default=False)
|
Loading…
Reference in New Issue
Block a user