We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used this jdl to import in a monolithic project. https://github.com/jhipster/jdl-samples/blob/master/online-shop.jh
two issues occurred:
I solved this issue in development mode by this: typeorm/typeorm#1414
I use 'simple-enum' in type field for @column
The text was updated successfully, but these errors were encountered:
Yes, there is already #74 related issue. You are the best!! Could you contribute with a Pull Request? it should be very nice :)
Sorry, something went wrong.
The import error is due to a recursive relationship:
relationship ManyToOne { Category{parent} to Category }
fix #139 and #74
2e54db1
I have just fixed the recursive import and adding new simple-enum type (merged by PR). Thanks.
Successfully merging a pull request may close this issue.
I used this jdl to import in a monolithic project.
https://github.com/jhipster/jdl-samples/blob/master/online-shop.jh
two issues occurred:
Data type "enum" in category is not supported by "sqlite" database.
I solved this issue in development mode by this:
typeorm/typeorm#1414
I use 'simple-enum' in type field for @column
The text was updated successfully, but these errors were encountered: