I am using flask and sqlalchemy to make the backend for a web application and I have these models:
class Show(db.Model): __tablename__ = \'shows\' id