I created a database that uses UUIDs exclusively for all id fields. When I use cake i18n to initialise the table in the database to make various models translatable, it creates an id fiend as INT instead of CHAR(36), which breaks the translation behaviour. Am I doing something wrong, or is this a bug?
I'm using CakePHP 2.0, cloned from git on 2011-10-22, MySQL 5.5.9, Apache 2.2.21, and PHP 5.3.6 under MAMP PRO 2.0.5, OS X 10.6.8. I'm keeping this message short, as this is my first post in this group. I've tried Googling both in this group and elsewhere, and couldn't find any more information on this issue — please forgive me if this post is in the wrong format or place. :) Kind regards, André Fischer -- 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
