Re: width of id is not updating
Posted by Scott Gray on Aug 12, 2006; 1:36pm
URL: http://ofbiz.116.s1.nabble.com/width-of-id-is-not-updating-tp141357p141362.html
What i mean is, why do you want contentId to be 150 characters long? Why
aren't you using contentName or description for something so long?
rajshekhar wrote:
> 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
>