[Opensim-dev] UUID field at land table

Justin Clark-Casey jjustincc at googlemail.com
Sat Nov 23 02:46:13 UTC 2013


There's really no good reason, afaik.  I expect it's another inconsistency introduced by the First Men.

On 22/11/13 03:53, Fernando Francisco de Oliveira wrote:
> 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
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>


-- 
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc



More information about the Opensim-dev mailing list