Closed pyrocks closed 8 years ago
2 comments:
lib/
folder, that acts as defaults. Will that work?1.no need, i will use a local config file (it works well)
Hi, 1 more Q - what sets the color of the table name background in the generated HTML? Every time I generate a file I get a different color - is it random or calculated on something? If it's random (I assume it's not) - might be problematic when doing a diff. I did try to google "schemacrawler color" but found nothing useful.
The color is generated based on the schema name. It will be the same for a given schema. It will be an enhancement to allow setting specified colors for a schema.
why not use the same color for all html output?
Well, you can have multiple schemas in a single diagram, and also many diagrams on subsets of your schema. This way, you are guaranteed the same color for a given schema name. Anyway, if you want to specify colors, please enter in an enhancement request.
Hi,
I would like to request the option to hide schema names when generating an html output with command=schema (/brief/details). currently -portablenames=true hides both the schema names and all constraint names - but I want the constraint names to appear.
one option is to add more options to the -portablenames option, in example=true/false/schemas only/constraints only etc.
Thanks, Mor