I have a schema similar to
class Employee(Base): __tablename__ = \'employee\' id = Column(Integer, primary_key=True) name = Column(String(50))