I would strongly suggest against doing it this way. You now must also update all contentId foreign key sizes. A much simpler way of achieving what it looks like you're trying to do is to add a field to Content called externalId and index it without duplicates.
--- rajshekhar <[EMAIL PROTECTED]> wrote: > > hi > Yes, you are correct,it has not updated content > id in mysql,so now i > have to explictly change size of columns of content > id in mysql in order to > characters more than 20. > Thanks very much for your suggestion > > G.Rajshekhar > -- > View this message in context: > http://www.nabble.com/width-of-id-is-not-updating-tf2094948.html#a5775953 > Sent from the OFBiz - User forum at Nabble.com. > >
