Want to generate ER diagram with weak associations. where to define attributes file

138 Views Asked by At

I am running SchemaCrawler through docker container. I have tables in database ORACLE in which all tables does not have explicit foreign key referential constraints. I want to generate ER diagram with weak associations. But don't know where to define weak attributes in an attributes file and load them. Can you please guide me.

1

There are 1 best solutions below

2
On

Please take a look at your previous question, Cannot write output file in schemacrawler. At this point, you will have mounted the "./share" directory to "C:\Program Files\SchemaCrawler\share". You can create the attributes file in that directory. Let us say the file is called "attributes.yaml". You can then refer to it using --attributes-file ./share/attributes.yaml when you run the Docker container.