fgdgd
This commit is contained in:
parent
d4d8b1f0ce
commit
b34dcaebf8
4 changed files with 21 additions and 79 deletions
|
@ -42,7 +42,7 @@ class Submission(Base):
|
|||
downvotes = Column(Integer, default=0)
|
||||
app_id=Column(Integer, ForeignKey("oauth_apps.id"))
|
||||
title = Column(String(500))
|
||||
title_html = Column(String(500))
|
||||
title_html = Column(String(1000))
|
||||
url = Column(String(500))
|
||||
body = deferred(Column(String(10000)))
|
||||
body_html = deferred(Column(String(20000)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue