How do you create a field that will create a CLOB column in the database?
How do you create a field that will create a CLOB column in the database?
In the .java file, use @Lob on a String field.
See Roo-872 for direct support of field lob command in Roo shell.