pub fn diff_tables( base_tables: &HashMap<String, TableInfo>, fork_tables: &HashMap<String, TableInfo>, ) -> Vec<TableDiff>