Closed justintime closed 7 months ago
Can you fix the errors from testing? You should be able to pull down the branch and run make chores
to do so.
Can you fix the errors from testing? You should be able to pull down the branch and run
make chores
to do so.
Thanks for the make
hint. I was able to get make chores
run cleanly on that last commit. I also added a column comment on FK's that describes which table the column refers to. On my ERD with ~ 20 tables and tons of FK's, it can be tedius to trace lines.
I can update the test suite as well, brb
Mermaid supports a key type of 'UK' for unique key, better to use that instead of adding a comment. Also, if the SQLAlchemy column has a comment assigned, we should add that to the Mermaid comment.
Here's the output for a table has has both a unique key and a comment in SQLAlchemy after the changes in this pull request: