We use MySQL tables to which we add new fields from time to time as our product evolves. I\'m looking for a way to export the structure of the table from one copy of the db, to
Lazy way: export your old data and struct, import your actual struct, import only your old data. Works to me in the test.