pub fn differential_sql_gen<R: Rng>( rng: &mut R, tables: Vec<Table>, name: &str, config: &Configuration, ) -> Result<(String, String, Table)>