dfs
This commit is contained in:
parent
aa3e9dcf47
commit
7813db66ab
3 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,8 @@ class Submission(Base):
|
|||
__tablename__ = "submissions"
|
||||
|
||||
id = Column(Integer, primary_key=True)
|
||||
if SITE in ('cringetopia.org','watchpeopledie.co'):
|
||||
site = Column(Integer)
|
||||
author_id = Column(Integer, ForeignKey("users.id"))
|
||||
edited_utc = Column(Integer, default=0)
|
||||
created_utc = Column(Integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue