We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85494f1 commit fb3a0dbCopy full SHA for fb3a0db
tvseries/core/models.py
@@ -2,7 +2,6 @@
2
3
4
class TVSerie(db.Model):
5
- __table_args__ = {'sqlite_autoincrement': True}
6
id = db.Column(db.Integer(),
7
nullable=False, unique=True,
8
autoincrement=True, primary_key=True)
0 commit comments