Hi dear list,

Is there anything similar to rails migration file in Zend Framework ?

I'm creating now a new table on mine development database, and after I
want to migrate this to the production one, how to achieve this in a
nice way ?

Now I'm doing.. into the mysql console, show create table `table name`;
Copy&paste to mysql console on production..
To change anything alter table..
Horrible..

How do you do this in a "nice way" ?

-- 
Sincerely,
Nicolae Namolovan.

Reply via email to