Some fields at "land" table have varchar(255) as type/size.

Why isn't it varchar(36) to be used with UUID ?

  `UUID` varchar(255) NOT NULL,
  `RegionUUID` varchar(255) DEFAULT NULL,

because on PostgreSQL i would convert it to

  "UUID" uuid NOT NULL,
  "RegionUUID" uuid DEFAULT NULL,


Fernando Oliveira
http://oliveira.eti.br

http://twitter.com/oliveira_lands
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to