php - Do you know any good Database Schema Migration tool? -


i'm writing v2 of application, beyond code change, improvements have been done in database new data (columns/tables).

now, need migrate v1 data v2 application.

things need map field in v1 database field in v2 database, sets default field didn't exist in v1, transform data type v1 v2 (like unix_timestamp datetime).

it mysql mysql data migration, don't care database conversion.

any idea of tools? or need write myself?

set v1 system, migration hand (i mean in sql console), log commands - captured commands cca. migration script.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -