Locally I use mysql, so when I use
@Column(columnDefinition = \"TEXT\")
Unfortunately application have to run at different databases too, I\'
What about something like this:
@Lob private String someString;
I think it's more portable and should effectively generate TEXT or LONGTEXT data type.