Hi there,
as I'm working on a nearly large product based on cake and in such
projects there would be many daily db changes, from new tables to
field definition changes, I was thinking about using a migration tool.
As I new the shortages of cake's schema shell program I searched for a
better script and landed by migration plugin which has also some
shortages that I can't rely on (namely it is inherits its shortages
from cake's schema tool).
I even thought about external programs like DB designers and so on but
I was unable to find a proper one. So I thought I would ask if any one
has used something like that to keep db under version control and
generate easy migration patches or not.
Other features that are very important for me are:
1. It has to be aware of foreign keys and relations
2. It has to be able to include also data changes for some tables
3. It has to be able to produce pure sql migration patches or at least
some php code executable into MySql, oracel and sql server

Thanks for sharing your thoughts,
Regards
Mohammad

-- 
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