I'm currently using a collection of SQL scripts to manage my database tables. The scripts are pure SQL which I just 'source' in the mysql command-line utility. However, with a growing number of tables, single scripts are getting a bit hard to manage. Is there a better way to handle database tables? It would be nice if there was a migration tool, sort of like Ruby on Rails' migration task. If none exist, I'll see if I can hack something together, and I'll post it for scrutiny. ;P
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
