-
Notifications
You must be signed in to change notification settings - Fork 52
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
Would like to see more info about columns #5
Comments
and see no need to mark PK with |
That's may be nice to have feature. Since this tool is using Go template to write PlantUML, it'll be easy to make it customizable. Could you send pr? |
I have posted a related PR for reformatting the format. Take a look at Locally I have a change that uses DOMAINs to rename BIGINTs so that I can implicitly add (non-declared, but logically present) FK from arrays to detail tables. The code is specific to our site but as long as the data is made available the templates lay things out appropriately. |
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 a grid unrelated to the relationship lines they are associated with) |
Would like to see more info about columns
My personal rules:
{name} {SQL type} [-- {comment}]
+
(will be displayed as green dot) with reference in comment--
The text was updated successfully, but these errors were encountered: