async fn ensure_no_foreign_key_with_client( client: &Client, schema: &str, table: &str, ) -> Result<()>