Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show table docstrings in schema display #11

Open
Tadaboody opened this issue Jul 3, 2018 · 1 comment
Open

Show table docstrings in schema display #11

Tadaboody opened this issue Jul 3, 2018 · 1 comment

Comments

@Tadaboody
Copy link

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

@Tadaboody
Copy link
Author

If this isn't possible due to some tables not being declared this way / the class doctoring isn't saved in the database metadata perhaps there is an existing sqlalchemy variable we could use instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant