http://www.perlmonks.org?node_id=579756


in reply to Generating ALTER TABLE code for MySQL

You might checkout the SQL::Translator module. The included sqlt script can essentially "diff" two database schemas. Not the fastest tool in the world, but it's impressive.
  • Comment on Re: Generating ALTER TABLE code for MySQL