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