1 2 3 4 5 6
#[derive(Debug, Clone)] pub struct SchemaDiff { pub added_cols: Vec<String>, pub removed_cols: Vec<String>, pub unchanged_cols: Vec<String>, }