Michael Mauger
Michael Mauger
Take a look at `sql.go` for the queries that fetch table and columns. Simple adjustments to those queries will probably fix your issue.
I have posted a related PR for reformatting the format. Take a look at `template.go` to adjust the formatting, and `sql.go` for the SQL that fetches table and column details...
Related issue: I wanted to label relationship lines with the "from" column names and added them to the templates, but layout is really bad (the labels get laid out in...