Are you running with DEBUG 0 in your app/config/core.php? If so, then once a table structure is cached it is not re-read for a long time. So, either delete the files in app/tmp/cache, or just set your DEBUG to 1 or higher for at least one page request - in either case this will rebuild all the table definitions.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
