Fixed tablename
This commit is contained in:
@@ -36,7 +36,7 @@ Example
|
|||||||
|
|
||||||
|
|
||||||
class Document(Base):
|
class Document(Base):
|
||||||
__tablename__ = 'player'
|
__tablename__ = 'document'
|
||||||
id = sa.Column(sa.Integer, autoincrement=True)
|
id = sa.Column(sa.Integer, autoincrement=True)
|
||||||
name = sa.Column(sa.Unicode(50))
|
name = sa.Column(sa.Unicode(50))
|
||||||
background_color = sa.Column(ColorType)
|
background_color = sa.Column(ColorType)
|
||||||
|
Reference in New Issue
Block a user