[Opensim-dev] UUID field at land table
Fernando Francisco de Oliveira
fernando at oliveira.eti.br
Fri Nov 22 03:53:46 UTC 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20131122/317b3c8a/attachment-0001.html>
More information about the Opensim-dev
mailing list