plantuml2mysql
plantuml2mysql copied to clipboard
This utility parses PlantUML class diagram and generates SQL DDL for MySQL
Results
2
plantuml2mysql issues
Sort by
recently updated
recently updated
newest added
Fixed the bug so that primary key is only generated if I define any in the UML using '#' Otherwise, the code will not generate code for the primary key....
Firstly thank you for this code. Helped a lot. There is an issue here, the code generates the Primary key code even if I have not defined any in the...
bug