mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-04 04:40:40 +04:00
Add file upload
This commit is contained in:
@@ -10,7 +10,7 @@ class Game(Base):
|
||||
|
||||
id = Column(Integer, primary_key=True)
|
||||
cover = Column(String)
|
||||
title = Column(String, nullable=False)
|
||||
title = Column(String, nullable=False, unique=True)
|
||||
description = Column(String)
|
||||
torrent_file = Column(String, nullable=False)
|
||||
language = Column(String)
|
||||
|
||||
Reference in New Issue
Block a user