Login  Register

Re: width of id is not updating

Posted by rajshekhar on Aug 12, 2006; 1:30pm
URL: http://ofbiz.116.s1.nabble.com/width-of-id-is-not-updating-tp141357p141361.html

Actually i want to increase the lenght of content id to 150, default ofbiz provides only 20 characters. Since content id is of id variable i modified the property in fieldmysql.xml as
<field-type-def type="id" sql-type="VARCHAR(150)" java-type="String"></field-type-def>
But still it is taking 20 characters max.

G.Rajshekhar