cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

update existing String to CLOB in hybris

Former Member
0 Likes
556

Currently i am facing an issue,i want to update Existing String String attribute to CLOB.i tried

<persistence type="property"> <columntype database="oracle"> <value>CLOB</value> </columntype> <columntype database="sap"> <value>NCLOB</value> </columntype> <columntype database="mysql"> <value>TEXT</value> </columntype> <columntype database="sqlserver"> <value>TEXT</value> </columntype> <columntype> <value>HYBRIS.LONG_STRING</value> </columntype> </persistence>

getting issue still.Can anyone please help me.

Accepted Solutions (0)

Answers (0)