Subject: | SQL::Translator refuses to switch to default schema |
https://gist.github.com/1152817 shows a quick program demonstrating that when you try to
create a diff from a table that specifies InnoDB as the engine to one that specifies no engine
(and therefore gets the default), you'll get invalid SQL out.