pub fn generate_sqlite_drops(tables: &[TableDef]) -> String
Generate DROP TABLE statements for a list of tables in reverse order (SQLite).