Locally I use mysql, so when I use
@Column(columnDefinition = "TEXT")
Unfortunately application have to run at different databases too, I've not been told which ones just "at all".
Is it possible to make something with similar effect, but working at most of databases? How can I achieve it?
What about something like this:
@Lob
private String someString;
I think it's more portable and should effectively generate TEXT or LONGTEXT data type.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With