Open Adrninistrator opened 5 years ago
This is just my opinion, but having some features to allow 3rd parties to create their own extensions may be fine for supporting this type of enhancements. 🤔
You can see my fork: https://github.com/Adrninistrator/jpa-entity-generator-enhance ^_^
I fixed this issue with PR #42 Hope it will be merged soon.
@pierrickrouxel I hope your three PRs get merged soon. I like the project as ist fits the way I want to write JPA entities.
In the generated code,there is no length property in @Column annotation, the length of columns in the automatic generated database tables is the default value 255.
I found the below code, it may works (https://my.oschina.net/zhanglikun/blog/148633/print) :
Would please add the length property. Thanks!