db_drop_table
Permanently remove a database table and its data. Double approval safeguards against accidental deletion.
Instructions
Drop a table — permanently removes table and data (double approval required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to drop | |
| if_exists | No | Add IF EXISTS clause |