pub fn resolve_table_with_logical<'a>( schema: &'a DbSchema, model: &str, ) -> Result<(&'a str, &'a DbTable), RustAuthError>