-
Sub-task
-
Resolution: Done
-
Major
-
2.12.1.Final
-
None
It would be good to be able to set the nullable attribute of a field on an entity. If you do :
jpa-new-field --named title --nullable true;
You will get :
@Column(nullable = true) private String title;
That's important for DDL generation
- is related to
-
FORGE-1200 Add A@Column(length) on Entity attributes of type String
- Closed