if in the database you have your column as Varchar and remove columnDefinition = "varchar", there will be validation exception,
also we managed to save an entity having an unlimited varchar column, in which data was saved as serialized object "\xaced00057e72002a636f6d2e7374692e6 ...
and trying to get it back from the database ended up in Stream corrupted exception
|