The structure I have created is like below:
class Parent(Base): __tablename__ = \'parent\' id = Field( Integer, primary_key=True )