Hi,
For postgresql, i think it is better to alter the stringvalue_ from VCHAR(255) to text.
Because sometimes, the value is longer than 255 characters.
alter table jbpm_variableinstance alter stringvalue_ type text;
regards
yang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973477#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...