Open vickkhera opened 1 year ago
Generating SQL from the diagram results in an error and no SQL file generated.
The error dialog pops up in the lower right corner with the message
Error! Exception while executing generator: Could not create directory /generated
and no output is created.
The SQL file is generated.
Create the following ER diagram file:
erdiagram Model notation=crowsfoot entity A { id key } entity B { id key } relationship Rel { A[1] -> B[N] }
Now right-click and use the Generate menu to create SQL. I tried both generic and PostgreSQL version.
No response
Description
Generating SQL from the diagram results in an error and no SQL file generated.
Current Behavior
The error dialog pops up in the lower right corner with the message
and no output is created.
Expected Behavior
The SQL file is generated.
Steps to Reproduce
Create the following ER diagram file:
Now right-click and use the Generate menu to create SQL. I tried both generic and PostgreSQL version.
Environment
Additional Information
No response