shout author caption
This commit is contained in:
@@ -25,6 +25,7 @@ class ShoutAuthor(Base):
|
|||||||
id = None
|
id = None
|
||||||
shout = Column(ForeignKey('shout.slug'), primary_key = True)
|
shout = Column(ForeignKey('shout.slug'), primary_key = True)
|
||||||
user = Column(ForeignKey('user.slug'), primary_key = True)
|
user = Column(ForeignKey('user.slug'), primary_key = True)
|
||||||
|
caption: str = Column(String, nullable=False, default = "")
|
||||||
|
|
||||||
class ShoutAllowed(Base):
|
class ShoutAllowed(Base):
|
||||||
__tablename__ = "shout_allowed"
|
__tablename__ = "shout_allowed"
|
||||||
|
|||||||
Reference in New Issue
Block a user