What's wrong with the existing sequence generator? Why do you think UUID
is better?
-Adrian
On 4/30/2013 11:38 AM, Ofbiz 开发 wrote:
Hi everyone,
I am considering using Java UUID for the ProductID (
http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html ), but that
requires at least varchar (32), and the current ProductID field in database
is only varchar(20), how hard is it to change to varchar(32) please? Is
there any plan in Ofbiz trunk to change this to varchar(32) please? It
seems better than using sequence.
Thanks.
Kind Regards
Fong