0 Replies Latest reply on Sep 22, 2006 3:08 AM by yxyang

    about the jbpm_variableinstance

      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