in reply to Re: How to synchronize two database tables in MySQL?
in thread How to synchronize two database tables in MySQL?

I suppose an incremental upgrade would be the safest solution, although that seems less elegant. As I said, in the brief time I've worked on this problem it seems that adding a default value would solve most of the issues. I did however, run into some problems with keys, especially the fact that all auto_increment columns must be primary keys so you can't simply alter each column, then drop and re-add the indexes as was the original plan.
  • Comment on Re^2: How to synchronize two database tables in MySQL?