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