In the SQLite database I'll need to decide whether the main script handles dropping existing tables or just the contents of the tables.
The current version I'm working with handles dropping table contents only and doesn't take into account schema changes, either at MySQL or SQLite level. Is this intended, with the goal of having a migration script handle updating table structure or should we just nuke the entire file on each run?