Hi All,
My apologies if this question has already been answered, but I have searched the forums and could not find a solution.
We have a hibernate mapping file with the definition:
<property name="script" type="text"/>
Our current underlying database is MySQL 5. What we want is to map this to a MySQL "longtext" type. What is the correct way to do this?
It will work by adding the 'length="2147483647" ' property to this definition, but then we have a MySQL specific solution in our generic definition file.
|