in reply to Generating ALTER TABLE code for MySQL
I have two databases, one for development and another for production. They do not share the same data. When I make structural changes in development, I need to apply them to production when I update.
You might want to look at mysqldiff and SQLFairy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Generating ALTER TABLE code for MySQL
by soonix (Chancellor) on May 28, 2018 at 09:03 UTC |