pub fn auto_diff_table<T: TableSchema>(
current: &TableSnapshot,
dialect: &impl RustTypeMapping,
) -> SchemaDiffExpand description
Compares a single table’s current snapshot against the desired
schema derived from a #[derive(Table)] struct.