i have 3 sqlalchemy tables: 1 Story
class Story(Base): __tablename__ = "story" # id = Column(Integer, primary_key=True, nullable=False