Skip to content

Show table docstrings in schema display #11

@Tadaboody

Description

@Tadaboody

I would love it if a table declared as

class MyTable(BaseModel):
    """doc string explaining the table """
    field = Column(Integer)

would show the docstring in the diagram right under the name and before the fields

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions