UUID is char(36) not BINARY(36)

On Jun 3, 10:11 am, adgranados <[email protected]> wrote:
> Estoy manejando un modelo llamado canal, y para la llave primaria,
> estoy utilizando, como tipo de dato, binary(36), para que cakephp
> genere un UUID. el problema, es que cuando, intento correr el test,
> cake genera el sql con el tipo de dato equivocado, colocando blob(36)
> y esto genera un error en mysql. ya revice el archivo de fixtures para
> este modelo y el campo id, tiene como tipo de dato, binary(36).
>
> por favor ayudenme con esto, gracias

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to