It would be nice to add a 'drop table if exists' statement before the create table statement, to avoid errors (or to offer the command-line option to include that). Its not that easy to know up-front what tables will be created without parsing the meta.xml file, so this could be a nice option to keep things self-contained. I've tweaked my version to do this.