drop_table
Delete specific tables from the CockroachDB database securely. Use this tool for schema management or cleaning test environments, with built-in confirmations to ensure data safety.
Instructions
Facilitate the deletion of existing tables from the database. This tool is useful for cleaning up test environments or managing schema changes, always with the necessary confirmations for security.
Args: table_name (str): Name of the table to drop.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes |