Skip to main content

ensure_no_foreign_key_with_client

Function ensure_no_foreign_key_with_client 

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