Re: [PHP] How to alter the schema of a database to introduce new features or change the current features

2010-07-14 Thread Paul M Foster
On Wed, Jul 14, 2010 at 09:28:53PM -0700, Slith One wrote: > I'm developing an app using Zend Framwork using Git for version control. > > What is the best approach for updating the schema and the database > when one of us makes an update to the db structure? > > currently, we have to blow out th

[PHP] How to alter the schema of a database to introduce new features or change the current features

2010-07-14 Thread Slith One
I'm developing an app using Zend Framwork using Git for version control. What is the best approach for updating the schema and the database when one of us makes an update to the db structure? currently, we have to blow out the tables and recreate them manually to reflect the new updates. -- PHP